about summary refs log tree commit diff
path: root/Completion
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* make _expand call _complete when called from _expand_word; add ignore-line st...Sven Wischnowsky2000-05-083-3/+12
* misc. completion cleanups and changes (11242)Sven Wischnowsky2000-05-0810-51/+149
* 11236: Handle tabs between options and their descriptions when parsing --help.Bart Schaefer2000-05-061-4/+4
* add _look.Tanaka Akira2000-05-061-1/+2
* 11223: Completion/Base/_regex_arguments, Completion/Debian/_apt,Tanaka Akira2000-05-064-100/+148
* 11219: Completion/User/_cvs, Completion/User/_diff_options: addTanaka Akira2000-05-052-148/+298
* 11213: Completion/User/_cvs: don't complete files which isTanaka Akira2000-05-051-3/+7
* 11204: Completion/User/_look: use more precise explanation andTanaka Akira2000-05-051-2/+3
* completion function cleanup for `_arguments' with the `-C' option and using i...Sven Wischnowsky2000-05-0524-238/+303
* 11190: Completion/User/_look: new completion for look.Tanaka Akira2000-05-051-0/+18
* make _message independent of when it is called (11188)Sven Wischnowsky2000-05-052-5/+5
* Use one function for compression/decompression programs and new lzop completionOliver Kiddle2000-05-058-22/+166
* 11166: Completion/Base/_regex_arguments: remove debugging code.Tanaka Akira2000-05-041-2/+1
* 11165: Completion/Base/_regex_arguments, Completion/Debian/_apt,Tanaka Akira2000-05-044-471/+188
* 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-042-0/+8
* allow `-' in exclusion lists for _arguments, to avoid completing all options ...Sven Wischnowsky2000-05-036-21/+29
* Andrej: handle -t option in _zcompile (11067)Sven Wischnowsky2000-05-031-8/+9