summaryrefslogtreecommitdiff
path: root/Completion
AgeCommit message (Collapse)AuthorFilesLines
2001-05-1814378: more programs that process .texClint Adams1-1/+1
2001-05-17* 14377: Completion/Unix/Command/_cvs: support new .cvspass formatTanaka Akira1-1/+1
introduced by cvs-1.11.1.
2001-05-17typo with compset in _lpPeter Stephenson1-1/+1
2001-05-1614362: more modprobe stuffClint Adams1-1/+20
2001-05-1614361: better modprobe completionClint Adams1-3/+28
2001-05-15fix bug where /sbin/lsmod was redirected in instead of being run (14355)Oliver Kiddle1-5/+4
2001-05-15(14350)Sven Wischnowsky1-2/+25
2001-05-1514341: modprobe -r / rmmod completionClint Adams2-1/+45
2001-05-1414330: handle quotes better in _most_recent_filePeter Stephenson1-7/+9
2001-05-10* 14295: Completion/Unix/Command/_cvs: support new cvs subcommandsTanaka Akira1-2/+31
`rannotate' and `rlog' introduced by cvs-1.11.1.
2001-05-09complete only files that can be chowned (14282)Oliver Kiddle1-4/+18
2001-05-09insert redirection operators when expanding after one (14281)Oliver Kiddle1-11/+12
2001-05-08Remove unnecessary '*' from pattern.Bart Schaefer1-1/+1
2001-05-08add -S option to specify separator between values and their arguments; make ↵Sven Wischnowsky1-12/+15
_values add the value-separator as a suffix for most types of actions (14257)
2001-05-08match `scalar*' not `scalar' when checking parameter type (14256)Oliver Kiddle1-1/+1
2001-05-08fix guard to accept partial display numbers (14255)Oliver Kiddle1-1/+1
2001-05-08empty description means: don't add a -X option (14252)Sven Wischnowsky1-2/+7
2001-05-07double all backslashes before colons in the original pattern (14240)Sven Wischnowsky1-1/+1
2001-05-06Improve handling of b/n/s subscript flags.Bart Schaefer1-1/+25
2001-05-05Fix subscript flag descriptionsBart Schaefer1-10/+11
2001-05-04complete subscript flags (14227)Oliver Kiddle1-1/+30
2001-05-04Path prefix completion for cvs subcommands.Bart Schaefer1-7/+21
2001-05-04update bindkey completion for bindkey changes in 14046 (14219)Oliver Kiddle1-3/+3
2001-05-03Fix _files -FBart Schaefer1-3/+3
2001-05-03minor completion changes (14216)Oliver Kiddle5-17/+17
2001-05-0214208: Solaris loadkeysClint Adams1-0/+10
2001-05-0214201: completion for loadkeysClint Adams1-0/+16
2001-05-02missing star in suffix-style test pattern (14197)Sven Wischnowsky1-1/+1
2001-04-30fixelt for the test for the suffix style; if word contains only a tilde, ↵Sven Wischnowsky1-1/+1
don't try to expand it (14160)
2001-04-29NO_kshglob in _comp_options.Bart Schaefer1-0/+1
2001-04-27try to improve testing for suffix style in _expand; make _path_files fail to ↵Sven Wischnowsky2-2/+7
complete words like ...<pat>..<param-subst>... (14133)
2001-04-27Use trap for unfunction compadd in _approximate.Bart Schaefer1-4/+2
2001-04-2614117Sven Wischnowsky1-7/+8
2001-04-26new vnc completion and use _guard for pine completion (14112)Oliver Kiddle4-4/+36
2001-04-26handle sub-sub-directories of $_compdir as in the CVS-layout (14107)Sven Wischnowsky2-7/+15
2001-04-26rename -W option to -w, add new -W option which makes _arguments complete ↵Sven Wischnowsky4-15/+40
options even after options that get their argument in the same word; new _guard function for conditionally displaying messages (14105)
2001-04-26make keep-prefix keep everything up to the first component with a parameter ↵Sven Wischnowsky1-3/+9
expansion, not only if that is at the beginning of the string (14092)
2001-04-18Tilde-path completion tweak.Bart Schaefer1-7/+7
2001-04-17remove SUFFIX-handling, it's in _tilde and only needed there (13997)Sven Wischnowsky1-10/+2
2001-04-13add completion for common MUAs and a couple of minor fixes (13982)Oliver Kiddle7-7/+132
2001-04-13Check for parameter expansions before tilde-expansions (fixes bugs reportedBart Schaefer1-17/+17
in zsh-workers/13971).
2001-04-12avoid appending a / when called from _cd (13958)Oliver Kiddle1-3/+2
2001-04-12add _arguments based completion for alias and jobs (13947)Oliver Kiddle1-1/+1
2001-04-11Don't append a / when completing after [-+]*.Bart Schaefer1-3/+4
2001-04-11add _arguments based completion for alias and jobs (13947)Oliver Kiddle5-7/+25
2001-04-06Improve prompt when compaudit finds badness.Bart Schaefer1-1/+2
2001-04-06workers/13914: Added call to _normal after specified class name, and added ↵Felix Rosencrantz1-2/+11
completion of filenames in jar archive after -x flag
2001-04-0513909: bad tilde files in some .distfilesClint Adams2-2/+0
2001-04-05complete only those single letter options with the right prefix character ↵Sven Wischnowsky1-0/+2
(13908)
2001-04-04add -W option to _arguments, which allows to complete options after options ↵Sven Wischnowsky3-6/+19
that take an argument in the next word (13902)