about summary refs log tree commit diff
path: root/Completion
Commit message (Expand)AuthorAgeFilesLines
* Do a better job of completing suffixes in netscape remote commands (11471)Oliver Kiddle2000-05-192-17/+23
* 11467: [#<base>] syntax for output basePeter Stephenson2000-05-191-0/+1
* Fix _su to use user's shell for completion after -c againOliver Kiddle2000-05-191-3/+3
* 11469: Locally unset the errexit option and ZERR trap.Bart Schaefer2000-05-192-0/+5
* don't use $match for something different than (#b)ackrefs (11464)Sven Wischnowsky2000-05-1910-218/+277
* fix for completion of `netscape -remote' (11460)Sven Wischnowsky2000-05-181-9/+3
* 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
* 11444: add old-list and old-menu to _zstylePeter Stephenson2000-05-171-0/+2
* fix completion after tilde and equal sign inside quotes (11429)Sven Wischnowsky2000-05-171-5/+7
* Fix typos and remove RCS Id strings.Bart Schaefer2000-05-162-2/+2
* 11415: Completion/User/_cvs: follow the new matcher-list behaviour.Tanaka Akira2000-05-161-1/+1
* 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-162-2/+4
* make _arguments take the attempt to add matches as an indication not to do de...Sven Wischnowsky2000-05-161-3/+9
* fix scrolling in menu-selection with matches spanning multiple linesSven Wischnowsky2000-05-161-2/+10
* one hunk of 11381: typo in _vars_eqPeter Stephenson2000-05-161-1/+1
* 11396: Completion/User/_look: display a message whenTanaka Akira2000-05-161-3/+6
* 11394: Completion/User/_cvs: rewrite filename completionTanaka Akira2000-05-161-142/+151
* 11393: Completion/User/_diff_options: use `=-'.Tanaka Akira2000-05-151-2/+2
* 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-155-26/+46
* 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
* Add -L option to the hash builtinOliver Kiddle2000-05-152-1/+2
* doc changes; typo in _jobs; integer builtin understands `-i base'Peter Stephenson2000-05-141-1/+1
* fix for completing options with `_arguments -s'; fix for _message to use `bui...Sven Wischnowsky2000-05-122-4/+8
* Use _arguments for hash completion and add + options for typeset (11347)Oliver Kiddle2000-05-122-19/+40
* 11332: Test descriptors correctly for redirect/restore of stderr; plus anBart Schaefer2000-05-121-2/+3
* Back out 11327 and make the correct fix in _groups (redirect ypcat to stderr)Oliver Kiddle2000-05-112-3/+1
* _call should pass on the return code from the called command (11327)Oliver Kiddle2000-05-111-0/+2
* make _argument_sets add the options as defaults when there is nothing else to...Sven Wischnowsky2000-05-112-2/+7
* _files used alternative tag-order values even if not needed (11321)Sven Wischnowsky2000-05-111-0/+1
* allow internally-mutually exclusive sets in _argument_sets; fixes for _argume...Sven Wischnowsky2000-05-112-11/+54
* make ^G in menu-selection restore the old command line; add select=long* valu...Sven Wischnowsky2000-05-111-5/+15
* Fix breakage from 11195 (11300)Oliver Kiddle2000-05-101-2/+2
* 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
* revert 11280Tanaka Akira2000-05-101-1/+1
* 11288: Reopen stdin on /dev/null to avoid confusing programs that don'tBart Schaefer2000-05-102-0/+2
* Use _math for completing the let builtinOliver Kiddle2000-05-091-8/+2
* complete using _arguments for typeset and its variants (11282)Oliver Kiddle2000-05-091-8/+69
* 11280: Completion/User/_make: suppress an error with closed stdinTanaka Akira2000-05-092-2/+2
* give control over insertion of tab when no non-blank character before cursor;...Sven Wischnowsky2000-05-092-0/+7
* option name clash in _arguments (11273)Sven Wischnowsky2000-05-092-4/+4
* fix for _arguments without options and no more arguments to complete (11272)Sven Wischnowsky2000-05-091-2/+4
* more problems with optional arguments in _arguments (11253)Sven Wischnowsky2000-05-081-4/+2
* 11194, 11200, 11214Peter Stephenson2000-05-083-40/+74