about summary refs log tree commit diff
path: root/Completion
Commit message (Collapse)AuthorAgeFilesLines
* 14479: apt-get --reinstallClint Adams2001-05-251-0/+1
|
* fix to include + options in tag order (14416)Oliver Kiddle2001-05-211-1/+1
|
* unposted: quote $@ in calls to _argumentsClint Adams2001-05-211-2/+2
|
* make use of _arguments in _set (14409)Oliver Kiddle2001-05-211-7/+23
|
* 14378: more programs that process .texClint Adams2001-05-181-1/+1
|
* * 14377: Completion/Unix/Command/_cvs: support new .cvspass formatTanaka Akira2001-05-171-1/+1
| | | | introduced by cvs-1.11.1.
* typo with compset in _lpPeter Stephenson2001-05-171-1/+1
|
* 14362: more modprobe stuffClint Adams2001-05-161-1/+20
|
* 14361: better modprobe completionClint Adams2001-05-161-3/+28
|
* fix bug where /sbin/lsmod was redirected in instead of being run (14355)Oliver Kiddle2001-05-151-5/+4
|
* (14350)Sven Wischnowsky2001-05-151-2/+25
|
* 14341: modprobe -r / rmmod completionClint Adams2001-05-152-1/+45
|
* 14330: handle quotes better in _most_recent_filePeter Stephenson2001-05-141-7/+9
|
* * 14295: Completion/Unix/Command/_cvs: support new cvs subcommandsTanaka Akira2001-05-101-2/+31
| | | | `rannotate' and `rlog' introduced by cvs-1.11.1.
* complete only files that can be chowned (14282)Oliver Kiddle2001-05-091-4/+18
|
* insert redirection operators when expanding after one (14281)Oliver Kiddle2001-05-091-11/+12
|
* Remove unnecessary '*' from pattern.Bart Schaefer2001-05-081-1/+1
|
* add -S option to specify separator between values and their arguments; make ↵Sven Wischnowsky2001-05-081-12/+15
| | | | _values add the value-separator as a suffix for most types of actions (14257)
* match `scalar*' not `scalar' when checking parameter type (14256)Oliver Kiddle2001-05-081-1/+1
|
* fix guard to accept partial display numbers (14255)Oliver Kiddle2001-05-081-1/+1
|
* empty description means: don't add a -X option (14252)Sven Wischnowsky2001-05-081-2/+7
|
* double all backslashes before colons in the original pattern (14240)Sven Wischnowsky2001-05-071-1/+1
|
* Improve handling of b/n/s subscript flags.Bart Schaefer2001-05-061-1/+25
|
* Fix subscript flag descriptionsBart Schaefer2001-05-051-10/+11
|
* complete subscript flags (14227)Oliver Kiddle2001-05-041-1/+30
|
* Path prefix completion for cvs subcommands.Bart Schaefer2001-05-041-7/+21
|
* update bindkey completion for bindkey changes in 14046 (14219)Oliver Kiddle2001-05-041-3/+3
|
* Fix _files -FBart Schaefer2001-05-031-3/+3
|
* minor completion changes (14216)Oliver Kiddle2001-05-035-17/+17
|
* 14208: Solaris loadkeysClint Adams2001-05-021-0/+10
|
* 14201: completion for loadkeysClint Adams2001-05-021-0/+16
|
* missing star in suffix-style test pattern (14197)Sven Wischnowsky2001-05-021-1/+1
|
* fixelt for the test for the suffix style; if word contains only a tilde, ↵Sven Wischnowsky2001-04-301-1/+1
| | | | don't try to expand it (14160)
* NO_kshglob in _comp_options.Bart Schaefer2001-04-291-0/+1
|
* try to improve testing for suffix style in _expand; make _path_files fail to ↵Sven Wischnowsky2001-04-272-2/+7
| | | | complete words like ...<pat>..<param-subst>... (14133)
* Use trap for unfunction compadd in _approximate.Bart Schaefer2001-04-271-4/+2
|
* 14117Sven Wischnowsky2001-04-261-7/+8
|
* new vnc completion and use _guard for pine completion (14112)Oliver Kiddle2001-04-264-4/+36
|
* handle sub-sub-directories of $_compdir as in the CVS-layout (14107)Sven Wischnowsky2001-04-262-7/+15
|
* rename -W option to -w, add new -W option which makes _arguments complete ↵Sven Wischnowsky2001-04-264-15/+40
| | | | options even after options that get their argument in the same word; new _guard function for conditionally displaying messages (14105)
* make keep-prefix keep everything up to the first component with a parameter ↵Sven Wischnowsky2001-04-261-3/+9
| | | | expansion, not only if that is at the beginning of the string (14092)
* Tilde-path completion tweak.Bart Schaefer2001-04-181-7/+7
|
* remove SUFFIX-handling, it's in _tilde and only needed there (13997)Sven Wischnowsky2001-04-171-10/+2
|
* add completion for common MUAs and a couple of minor fixes (13982)Oliver Kiddle2001-04-137-7/+132
|
* Check for parameter expansions before tilde-expansions (fixes bugs reportedBart Schaefer2001-04-131-17/+17
| | | | in zsh-workers/13971).
* avoid appending a / when called from _cd (13958)Oliver Kiddle2001-04-121-3/+2
|
* add _arguments based completion for alias and jobs (13947)Oliver Kiddle2001-04-121-1/+1
|
* Don't append a / when completing after [-+]*.Bart Schaefer2001-04-111-3/+4
|
* add _arguments based completion for alias and jobs (13947)Oliver Kiddle2001-04-115-7/+25
|
* Improve prompt when compaudit finds badness.Bart Schaefer2001-04-061-1/+2
|