about summary refs log tree commit diff
path: root/Completion/Builtins/_compdef
Commit message (Collapse)AuthorAgeFilesLines
* moved to Completion/Zsh/Command/_compdefSven Wischnowsky2001-04-021-52/+0
|
* various doc fixes and minor completion function changes, most of whichOliver Kiddle2001-04-011-1/+1
| | | | are to use the -A "-*" and -S options to _arguments (13863)
* more option setting cleanup; remove some unnecessary setopts, remove N ↵Sven Wischnowsky2000-10-061-1/+1
| | | | qualifiers (12917)
* use compadd -[ak] (11549)Sven Wischnowsky2000-05-311-3/+3
|
* Split _arguments calls into sets to avoid long mutex lists (11579)Oliver Kiddle2000-05-251-6/+11
|
* completion function cleanup for `_arguments' with the `-C' option and using ↵Sven Wischnowsky2000-05-051-1/+2
| | | | it's return value (11195)
* make _arguments use more than one action when appropriate; add ↵Sven Wischnowsky2000-04-251-5/+13
| | | | _argument_sets to complete different sets of arguments and options for the same command (10908)
* _wanted now tests both tags and labels; change places where _wanted was ↵Sven Wischnowsky2000-04-111-9/+7
| | | | called without a command; allow multiple patterns per string in file-patterns; update _next_tags to work with labels (10632)
* Updated from list as far as 10376Peter Stephenson2000-04-011-18/+36
|
* Initial revisionTanaka Akira1999-09-221-0/+22