summaryrefslogtreecommitdiff
path: root/Completion/Core
AgeCommit message (Expand)AuthorFilesLines
2000-06-16zstyle -e option; change math-styles to boolean ones; change defaults for _ex...Sven Wischnowsky2-17/+10
2000-06-15make _files try each pattern only once (and stop after `*') (11915)Sven Wischnowsky1-2/+9
2000-06-14Handle new suffix style with arrays (11903)Oliver Kiddle1-1/+1
2000-06-13allow insert-tab to contain `pending[=num]' to handle the case when there is ...Sven Wischnowsky1-3/+13
2000-06-13new style `suffix'; use accept-exact style in _expand (?)Sven Wischnowsky1-7/+18
2000-06-13fixes for calling compfiles, for completing words with special characters; ma...Sven Wischnowsky1-5/+6
2000-06-09improve _path_files, move some code into C, try to optimise glob patterns and...Sven Wischnowsky1-47/+18
2000-06-08trying to improve _expand; new keep-prefix style, add-space gives more contro...Sven Wischnowsky1-14/+38
2000-06-07optimise command lookup in old and new completion (user/3124)Sven Wischnowsky1-21/+28
2000-06-06make _expand ignore empty expansions (11777)Sven Wischnowsky1-2/+2
2000-06-06fix for _path_files and globcomplete, better test if word contains wildcards ...Sven Wischnowsky1-2/+3
2000-05-31allow display of only messages via $compstate[list]=messages (11688)Sven Wischnowsky2-4/+4
2000-05-31use compadd -[ak] (11549)Sven Wischnowsky13-63/+72
2000-05-31allow using menu-select for compdef -k (i.e.: autoload zsh/complist in such c...Sven Wischnowsky2-0/+8
2000-05-29Add comment.Bart Schaefer1-0/+2
2000-05-29make _path_files use glob qualifiers from the line when doing pattern matchin...Sven Wischnowsky1-0/+23
2000-05-25beautify format of compdump file (11576)Sven Wischnowsky2-3/+3
2000-05-25fix for special-dirs when used with -g patterns (11570)Sven Wischnowsky1-6/+8
2000-05-23use `set -A' instead of `eval' in more places (11525)Sven Wischnowsky2-8/+8
2000-05-22Don't lose empty arguments (11517)Oliver Kiddle1-2/+2
2000-05-2211516: Completion/Core/compinstall: menu selectionPeter Stephenson1-13/+21
2000-05-22another fix for `select=long*' in menu style (11500)Sven Wischnowsky1-1/+2
2000-05-22fix for select-long-list in menu style (11497)Sven Wischnowsky1-4/+4
2000-05-22fix for clines in suffix (11496)Sven Wischnowsky1-1/+1
2000-05-22be more careful when decided if to insert tabs instead of completing (11493)Sven Wischnowsky1-1/+1
2000-05-22fix for a-a-m-c in menu selection; scroll explanations onto screen again (11...Sven Wischnowsky1-1/+1
2000-05-1911467: [#<base>] syntax for output basePeter Stephenson1-0/+1
2000-05-1911469: Locally unset the errexit option and ZERR trap.Bart Schaefer1-0/+3
2000-05-19don't use $match for something different than (#b)ackrefs (11464)Sven Wischnowsky4-204/+262
2000-05-18allow _main_complete to call an arbitrary command given as arguments (11459)Sven Wischnowsky1-4/+20
2000-05-1811455: Completion/Core/_oldlist: old-menu defaults onPeter Stephenson1-1/+1
2000-05-18make _files remove backslashes in patterns (11453)Sven Wischnowsky1-1/+1
2000-05-17fix completion after tilde and equal sign inside quotes (11429)Sven Wischnowsky1-5/+7
2000-05-16fixed configuration of menu-selection with menu style; pseudo-context `-comma...Sven Wischnowsky2-33/+93
2000-05-16avoid tilde- and parameter-completion in quotes (11407)Sven Wischnowsky1-2/+2
2000-05-16fix scrolling in menu-selection with matches spanning multiple linesSven Wischnowsky1-2/+10
2000-05-1511392: Completion/Core/_description: ignore-line fix.Tanaka Akira1-2/+2
2000-05-15add _in_vared for completion inside vared; make insert-tab default to `false'...Sven Wischnowsky3-23/+15
2000-05-1511375: compinstall: menu style select=long and select=long-listPeter Stephenson1-27/+50
2000-05-15followup for 11364 (11367)Sven Wischnowsky1-1/+1
2000-05-15fix for suffix-matching; better in-path completion in _path_files (11364)Sven Wischnowsky1-9/+25
2000-05-12fix for completing options with `_arguments -s'; fix for _message to use `bui...Sven Wischnowsky1-1/+1
2000-05-11Back out 11327 and make the correct fix in _groups (redirect ypcat to stderr)Oliver Kiddle1-2/+0
2000-05-11_call should pass on the return code from the called command (11327)Oliver Kiddle1-0/+2
2000-05-11_files used alternative tag-order values even if not needed (11321)Sven Wischnowsky1-0/+1
2000-05-11make ^G in menu-selection restore the old command line; add select=long* valu...Sven Wischnowsky1-5/+15
2000-05-1011287: Naoki Wakamatsu: compinstall spaces to be tabPeter Stephenson1-1/+1
2000-05-10update `%p' replacement in _files (11292)Sven Wischnowsky1-1/+1
2000-05-1011288: Reopen stdin on /dev/null to avoid confusing programs that don'tBart Schaefer1-0/+1
2000-05-09give control over insertion of tab when no non-blank character before cursor;...Sven Wischnowsky1-0/+6