summaryrefslogtreecommitdiff
path: root/Completion/Base/Widget
AgeCommit message (Collapse)AuthorFilesLines
2022-09-2850399: Completion/Base/Widget/_complete_debugBart Schaefer1-1/+1
Properly local scope PS4 change
2022-06-0450323: create helper for shadowing builtins or existing functions and use it ↵Bart Schaefer1-1/+2
when redefining compadd et al.
2021-07-0949150: consistently use singular form for headings on completion match groupsOliver Kiddle2-3/+3
2021-05-1548709: suppress error messages from comptryBart Schaefer1-1/+1
2021-04-1948617: fix misuse of IGNORE_BRACES when initializing debug_indentBart Schaefer1-1/+5
2016-04-09For help listing, capture the fallback to compctl in case there is one definedBarton E. Schaefer1-1/+2
2016-02-1437972: Redirect stderr to /dev/null in cases where ${~param} might generate ↵Barton E. Schaefer2-2/+2
errors
2015-10-1136841: factor out and update the patterns that filter "uninteresting" ↵Barton E. Schaefer1-3/+6
functions out of the $funcstack display
2015-01-10unposted (cf. 34218): : remove -m from zmodload callsBarton E. Schaefer1-1/+1
2015-01-1034202: safe tempfile creation part 3 -- use zf_ln instead of mvBarton E. Schaefer1-1/+2
2014-12-2834068: create tempfiles without forking, and safe temp directory creationBarton E. Schaefer1-1/+1
2014-12-2734067: safe tempfile creation, part 1Barton E. Schaefer1-0/+1
2014-09-0333088: indentation in $PS4Barton E. Schaefer1-0/+2
2014-08-2333047: use git to simplify massively source distribution file selectionPeter Stephenson1-5/+0
2013-06-1031205: Do not display "(eval)" as a tag contextBarton E. Schaefer1-1/+1
2013-04-0731234: use an "always" block instead of "trap" to clean up various functionBart Schaefer1-34/+34
overrides
2013-03-1431151: Pavol Juhas: complete (C etc) tags betterPeter Stephenson1-0/+5
when file system is not case sensitive.
2011-08-0329635: Improve _complete_debug syntax and handling of fd'sPeter Stephenson1-10/+16
2009-04-2126861 from Greg plus 26863: global parameters in _read_compPeter Stephenson1-1/+2
2007-06-1923567: new _complete_help_generic zle non-completion widgetPeter Stephenson3-2/+9
2006-11-0322953: Mikael Magnusson: _most_recent_file fix.Peter Stephenson1-1/+1
users/10928: send all "jobs" output to stdout
2005-05-22Add zsh name and version to _complete_debug outputBart Schaefer1-0/+1
2005-04-24Minor tweak to _generic plus doc fixes for info interpretation of hyphens.Bart Schaefer1-1/+1
2004-04-2019767, 19785: store flags for -z and -k options to autoload allowing theOliver Kiddle1-6/+6
completion system to be used with ksh_autoload set
2004-02-1019409: handle situation where the user has the nounset option setOliver Kiddle1-1/+1
2003-03-1118338: list a single unambiguous match instead of inserting itOliver Kiddle1-6/+2
2003-02-2618299: allow _next_tags to work with nested tag loopsOliver Kiddle1-0/+4
2003-02-2518296: sync fake _all_labels and _next_label functions with changes to real onesOliver Kiddle1-37/+38
2002-07-08don't display _dispatch as one of the called functions (17438)Sven Wischnowsky1-3/+3
2002-01-17use pager style instead of $EDITOR and fix bad substitution in exclusion listsOliver Kiddle1-2/+3
2002-01-0316397: use nul instead of colon to avoid problems with _value: functionsOliver Kiddle1-21/+16
2001-06-21Fix handling of interrupt in two completion widgets.Bart Schaefer2-2/+3
2001-05-30some cleanup (14558)Sven Wischnowsky2-7/+0
2001-05-29use `eval $_comp_setup' in all entry points of the completion system to not ↵Sven Wischnowsky7-11/+7
only set up the options, but also redirect stdin and ignore trap handlers for ZERR (14530)
2001-05-1414330: handle quotes better in _most_recent_filePeter Stephenson1-7/+9
2001-04-02new or changed after moveSven Wischnowsky1-0/+7
2001-04-02moved from Completion/Commands/_read_compSven Wischnowsky1-0/+151
2001-04-02moved from Completion/Commands/_next_tagsSven Wischnowsky1-0/+140
2001-04-02moved from Completion/Commands/_most_recent_fileSven Wischnowsky1-0/+22
2001-04-02moved from Completion/Commands/_history_complete_wordSven Wischnowsky1-0/+121
2001-04-02moved from Completion/Commands/_genericSven Wischnowsky1-0/+11
2001-04-02moved from Completion/Commands/_expand_wordSven Wischnowsky1-0/+15
2001-04-02moved from Completion/Commands/_correct_wordSven Wischnowsky1-0/+20
2001-04-02moved from Completion/Commands/_correct_filenameSven Wischnowsky1-0/+72
2001-04-02moved from Completion/Commands/_complete_tagSven Wischnowsky1-0/+57
2001-04-02moved from Completion/Commands/_complete_helpSven Wischnowsky1-0/+92
2001-04-02moved from Completion/Commands/_complete_debugSven Wischnowsky1-0/+27
2001-04-02moved from Completion/Commands/_bash_completionsSven Wischnowsky1-0/+46