summaryrefslogtreecommitdiff
path: root/Completion/Base/_arguments
AgeCommit message (Collapse)AuthorFilesLines
2001-04-02moved to Completion/Base/Utility/_argumentsSven Wischnowsky1-409/+0
2001-03-28don't add options as completions if a `->state' action was used and we are ↵Sven Wischnowsky1-1/+2
directly after the option (in the same word) (13809)
2001-03-27make _arguments return 300 only if given the -R option (13790)Sven Wischnowsky1-9/+11
2000-08-02if compcontext is an assoc, the keys are the completions and the values are ↵Sven Wischnowsky1-1/+1
their descriptions (12483)
2000-08-02prefer user-defined specs over ones derived from --help output (12475)Sven Wischnowsky1-1/+12
2000-08-01fix for automatically recognised options, don't expect an argument after ↵Sven Wischnowsky1-2/+4
each of them (12462)
2000-08-01make $compcontext more powerful and easier to use for simple cases (12449)Sven Wischnowsky1-3/+4
2000-07-26make `_arguments --' use specs after the `--' even for options not described ↵Sven Wischnowsky1-2/+7
in the help output to get arguments (12378)
2000-05-31avoid reporting the same ->state more than once (11678)Sven Wischnowsky1-9/+12
2000-05-30fixes for _arguments without multiple sets; change completion test for empty ↵Sven Wischnowsky1-0/+1
actions (11647)
2000-05-29keep information about things to complete in _arguments (11631)Sven Wischnowsky1-8/+6
2000-05-29fixes for _arguments with sets; make _zpty not use sets (11624)Sven Wischnowsky1-3/+3
2000-05-2811618: Fix bad shift.Bart Schaefer1-4/+4
2000-05-23use `set -A' instead of `eval' in more places (11525)Sven Wischnowsky1-1/+1
2000-05-2211515: Fix infinite loop.Bart Schaefer1-1/+1
2000-05-22pat(-) in long-option patterns to say that argument should be completed only ↵Sven Wischnowsky1-45/+25
after the `='; merge _arguments and _argument_sets; slightly better test when not to complete options (11489)
2000-05-19don't use $match for something different than (#b)ackrefs (11464)Sven Wischnowsky1-9/+10
2000-05-16make _arguments take the attempt to add matches as an indication not to do ↵Sven Wischnowsky1-3/+9
default option-completion (11406)
2000-05-12fix for completing options with `_arguments -s'; fix for _message to use ↵Sven Wischnowsky1-3/+7
`builtin compadd' (11349)
2000-05-11make _argument_sets add the options as defaults when there is nothing else ↵Sven Wischnowsky1-2/+3
to complete (11324)
2000-05-11allow internally-mutually exclusive sets in _argument_sets; fixes for ↵Sven Wischnowsky1-8/+25
_argument_sets and the C-code for it (11320)
2000-05-09option name clash in _arguments (11273)Sven Wischnowsky1-3/+3
2000-05-09fix for _arguments without options and no more arguments to complete (11272)Sven Wischnowsky1-2/+4
2000-05-08more problems with optional arguments in _arguments (11253)Sven Wischnowsky1-4/+2
2000-05-0811194, 11200, 11214Peter Stephenson1-1/+1
2000-05-0611236: Handle tabs between options and their descriptions when parsing --help.Bart Schaefer1-4/+4
2000-05-03make sure that completion messages are displayed even when there are no ↵Sven Wischnowsky1-1/+1
matches (11092)
2000-05-02completion cleanup, mostly _wanted and $expl (11049)Sven Wischnowsky1-5/+6
2000-04-27ensure $PWD is prepended to cache-names for long options in _arguments (10974)Sven Wischnowsky1-1/+1
2000-04-27fix for automatic option-argument completion with partially typed option in ↵Sven Wischnowsky1-3/+2
_arguments (10967)
2000-04-25make _arguments use more than one action when appropriate; add ↵Sven Wischnowsky1-65/+87
_argument_sets to complete different sets of arguments and options for the same command (10908)
2000-04-07make sure caller-supplied explanation takes precedence (10579)Sven Wischnowsky1-2/+3
2000-04-05support automatically inserted dummy in $wordsSven Wischnowsky1-0/+6
2000-04-01Updated from list as far as 10376Peter Stephenson1-306/+265
1999-08-19Initial revisionTanaka Akira1-0/+388