summaryrefslogtreecommitdiff
path: root/Completion/Builtins/_compdef
AgeCommit message (Collapse)AuthorFilesLines
2001-04-02moved to Completion/Zsh/Command/_compdefSven Wischnowsky1-52/+0
2001-04-01various doc fixes and minor completion function changes, most of whichOliver Kiddle1-1/+1
are to use the -A "-*" and -S options to _arguments (13863)
2000-10-06more option setting cleanup; remove some unnecessary setopts, remove N ↵Sven Wischnowsky1-1/+1
qualifiers (12917)
2000-05-31use compadd -[ak] (11549)Sven Wischnowsky1-3/+3
2000-05-25Split _arguments calls into sets to avoid long mutex lists (11579)Oliver Kiddle1-6/+11
2000-05-05completion function cleanup for `_arguments' with the `-C' option and using ↵Sven Wischnowsky1-1/+2
it's return value (11195)
2000-04-25make _arguments use more than one action when appropriate; add ↵Sven Wischnowsky1-5/+13
_argument_sets to complete different sets of arguments and options for the same command (10908)
2000-04-11_wanted now tests both tags and labels; change places where _wanted was ↵Sven Wischnowsky1-9/+7
called without a command; allow multiple patterns per string in file-patterns; update _next_tags to work with labels (10632)
2000-04-01Updated from list as far as 10376Peter Stephenson1-18/+36
1999-09-22Initial revisionTanaka Akira1-0/+22