about summary refs log tree commit diff
path: root/Completion/Core
Commit message (Expand)AuthorAgeFilesLines
* allow display of only messages via $compstate[list]=messages (11688)Sven Wischnowsky2000-05-312-4/+4
* use compadd -[ak] (11549)Sven Wischnowsky2000-05-3113-63/+72
* allow using menu-select for compdef -k (i.e.: autoload zsh/complist in such c...Sven Wischnowsky2000-05-312-0/+8
* Add comment.Bart Schaefer2000-05-291-0/+2
* make _path_files use glob qualifiers from the line when doing pattern matchin...Sven Wischnowsky2000-05-291-0/+23
* beautify format of compdump file (11576)Sven Wischnowsky2000-05-252-3/+3
* fix for special-dirs when used with -g patterns (11570)Sven Wischnowsky2000-05-251-6/+8
* use `set -A' instead of `eval' in more places (11525)Sven Wischnowsky2000-05-232-8/+8
* Don't lose empty arguments (11517)Oliver Kiddle2000-05-221-2/+2
* 11516: Completion/Core/compinstall: menu selectionPeter Stephenson2000-05-221-13/+21
* another fix for `select=long*' in menu style (11500)Sven Wischnowsky2000-05-221-1/+2
* fix for select-long-list in menu style (11497)Sven Wischnowsky2000-05-221-4/+4
* fix for clines in suffix (11496)Sven Wischnowsky2000-05-221-1/+1
* be more careful when decided if to insert tabs instead of completing (11493)Sven Wischnowsky2000-05-221-1/+1
* fix for a-a-m-c in menu selection; scroll explanations onto screen again (11...Sven Wischnowsky2000-05-221-1/+1
* 11467: [#<base>] syntax for output basePeter Stephenson2000-05-191-0/+1
* 11469: Locally unset the errexit option and ZERR trap.Bart Schaefer2000-05-191-0/+3
* don't use $match for something different than (#b)ackrefs (11464)Sven Wischnowsky2000-05-194-204/+262
* allow _main_complete to call an arbitrary command given as arguments (11459)Sven Wischnowsky2000-05-181-4/+20
* 11455: Completion/Core/_oldlist: old-menu defaults onPeter Stephenson2000-05-181-1/+1
* make _files remove backslashes in patterns (11453)Sven Wischnowsky2000-05-181-1/+1
* fix completion after tilde and equal sign inside quotes (11429)Sven Wischnowsky2000-05-171-5/+7
* fixed configuration of menu-selection with menu style; pseudo-context `-comma...Sven Wischnowsky2000-05-162-33/+93
* avoid tilde- and parameter-completion in quotes (11407)Sven Wischnowsky2000-05-161-2/+2
* fix scrolling in menu-selection with matches spanning multiple linesSven Wischnowsky2000-05-161-2/+10
* 11392: Completion/Core/_description: ignore-line fix.Tanaka Akira2000-05-151-2/+2
* add _in_vared for completion inside vared; make insert-tab default to `false'...Sven Wischnowsky2000-05-153-23/+15
* 11375: compinstall: menu style select=long and select=long-listPeter Stephenson2000-05-151-27/+50
* followup for 11364 (11367)Sven Wischnowsky2000-05-151-1/+1
* fix for suffix-matching; better in-path completion in _path_files (11364)Sven Wischnowsky2000-05-151-9/+25
* fix for completing options with `_arguments -s'; fix for _message to use `bui...Sven Wischnowsky2000-05-121-1/+1
* Back out 11327 and make the correct fix in _groups (redirect ypcat to stderr)Oliver Kiddle2000-05-111-2/+0
* _call should pass on the return code from the called command (11327)Oliver Kiddle2000-05-111-0/+2
* _files used alternative tag-order values even if not needed (11321)Sven Wischnowsky2000-05-111-0/+1
* make ^G in menu-selection restore the old command line; add select=long* valu...Sven Wischnowsky2000-05-111-5/+15
* 11287: Naoki Wakamatsu: compinstall spaces to be tabPeter Stephenson2000-05-101-1/+1
* update `%p' replacement in _files (11292)Sven Wischnowsky2000-05-101-1/+1
* 11288: Reopen stdin on /dev/null to avoid confusing programs that don'tBart Schaefer2000-05-101-0/+1
* give control over insertion of tab when no non-blank character before cursor;...Sven Wischnowsky2000-05-091-0/+6
* 11194, 11200, 11214Peter Stephenson2000-05-081-28/+65
* make _expand call _complete when called from _expand_word; add ignore-line st...Sven Wischnowsky2000-05-082-3/+11
* misc. completion cleanups and changes (11242)Sven Wischnowsky2000-05-087-42/+112
* make _message independent of when it is called (11188)Sven Wischnowsky2000-05-052-5/+5
* 11157: Completion/Core/_requested: fail if _all_labels is failed.Tanaka Akira2000-05-041-1/+1
* don't list when all matches look the same; force-list style to give users con...Sven Wischnowsky2000-05-041-0/+7
* remove backslashes before `$' in _expand when `substitute' is unset; fix for ...Sven Wischnowsky2000-05-031-5/+8
* 11036, 11063, 11077: Always write the "read -q" prompt to shout; eliminateBart Schaefer2000-05-021-1/+1
* add -x option to compadd to display message unconditionallySven Wischnowsky2000-05-021-11/+15
* completion cleanup, mostly _wanted and $expl (11049)Sven Wischnowsky2000-05-021-4/+2
* make completion-in-vared complete parameter values as default; cleanup for _p...Sven Wischnowsky2000-05-022-35/+56