summaryrefslogtreecommitdiff
path: root/Completion/Base/_argument_sets
AgeCommit message (Collapse)AuthorFilesLines
2000-05-22pat(-) in long-option patterns to say that argument should be completed only ↵Sven Wischnowsky1-86/+0
after the `='; merge _arguments and _argument_sets; slightly better test when not to complete options (11489)
2000-05-11make _argument_sets add the options as defaults when there is nothing else ↵Sven Wischnowsky1-0/+4
to complete (11324)
2000-05-11allow internally-mutually exclusive sets in _argument_sets; fixes for ↵Sven Wischnowsky1-3/+29
_argument_sets and the C-code for it (11320)
2000-05-09option name clash in _arguments (11273)Sven Wischnowsky1-1/+1
2000-04-25make _arguments use more than one action when appropriate; add ↵Sven Wischnowsky1-0/+56
_argument_sets to complete different sets of arguments and options for the same command (10908)