summaryrefslogtreecommitdiff
path: root/Completion
AgeCommit message (Collapse)AuthorFilesLines
2000-05-31avoid reporting the same ->state more than once (11678)Sven Wischnowsky1-9/+12
2000-05-30_argument_sets removed from .distfilePeter Stephenson1-1/+1
2000-05-30fixes for _arguments without multiple sets; change completion test for empty ↵Sven Wischnowsky2-5/+8
actions (11647)
2000-05-3011644: Use `print -s' in _complete_debug.Bart Schaefer1-5/+2
2000-05-3011643: Updates for _rpm.Bart Schaefer1-67/+72
2000-05-29Add comment.Bart Schaefer1-0/+2
2000-05-29make _path_files use glob qualifiers from the line when doing pattern ↵Sven Wischnowsky1-0/+23
matching (11635)
2000-05-29keep information about things to complete in _arguments (11631)Sven Wischnowsky1-8/+6
2000-05-29fixes for _arguments with sets; make _zpty not use sets (11624)Sven Wischnowsky2-17/+42
2000-05-2811618: Fix bad shift.Bart Schaefer1-4/+4
2000-05-28use of _arguments for completion of a couple more builtins (11615)Oliver Kiddle2-7/+49
2000-05-2611599: check for d&x bits on @INC directories in _perl_modulesClint Adams1-0/+2
2000-05-25Split _arguments calls into sets to avoid long mutex lists (11579)Oliver Kiddle2-13/+27
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-25force listing in _complete_debug; make complist with list-scrolling stopt at ↵Sven Wischnowsky2-4/+12
the end of the list when prompt would scroll it out; fix _in_vared to handle `foo[bar]' (11565)
2000-05-24fix for comparguments to make -s have an effect again (11552)Sven Wischnowsky1-1/+1
2000-05-2411548: -h flag for ispellClint Adams1-2/+3
2000-05-23minor completion fixes (11541)Oliver Kiddle4-17/+39
2000-05-23Minor completion fixes (11541)Oliver Kiddle1-1/+1
2000-05-23Suffix handling improvements for url completion (11539)Oliver Kiddle2-16/+18
2000-05-2311537: new _complete_tag functionPeter Stephenson2-1/+58
2000-05-23use `set -A' instead of `eval' in more places (11525)Sven Wischnowsky5-12/+12
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-2211515: Fix infinite loop.Bart Schaefer1-1/+1
2000-05-22Completion/Linux/_rpm: --buildarch is like --targetChmouel Boudjnah1-1/+1
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-22pat(-) in long-option patterns to say that argument should be completed only ↵Sven Wischnowsky2-131/+25
after the `='; merge _arguments and _argument_sets; slightly better test when not to complete options (11489)
2000-05-22fix for a-a-m-c in menu selection; scroll explanations onto screen again ↵Sven Wischnowsky1-1/+1
(11487)
2000-05-19Do a better job of completing suffixes in netscape remote commands (11471)Oliver Kiddle2-17/+23
2000-05-1911467: [#<base>] syntax for output basePeter Stephenson1-0/+1
zsh-users/3071: compdump tweak to avoid // in path
2000-05-19Fix _su to use user's shell for completion after -c againOliver Kiddle1-3/+3
2000-05-1911469: Locally unset the errexit option and ZERR trap.Bart Schaefer2-0/+5
2000-05-19don't use $match for something different than (#b)ackrefs (11464)Sven Wischnowsky10-218/+277
2000-05-18fix for completion of `netscape -remote' (11460)Sven Wischnowsky1-9/+3
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-1711444: add old-list and old-menu to _zstylePeter Stephenson1-0/+2
2000-05-17fix completion after tilde and equal sign inside quotes (11429)Sven Wischnowsky1-5/+7
2000-05-16Fix typos and remove RCS Id strings.Bart Schaefer2-2/+2
2000-05-1611415: Completion/User/_cvs: follow the new matcher-list behaviour.Tanaka Akira1-1/+1
2000-05-16fixed configuration of menu-selection with menu style; pseudo-context ↵Sven Wischnowsky2-33/+93
`-command-line-', handy for completion in vared (11408)
2000-05-16avoid tilde- and parameter-completion in quotes (11407)Sven Wischnowsky2-2/+4
2000-05-16make _arguments take the attempt to add matches as an indication not to do ↵Sven Wischnowsky1-3/+9
default option-completion (11406)
2000-05-16fix scrolling in menu-selection with matches spanning multiple linesSven Wischnowsky1-2/+10