about summary refs log tree commit diff
path: root/Completion/Base/_arguments
Commit message (Collapse)AuthorAgeFilesLines
* if compcontext is an assoc, the keys are the completions and the values are ↵Sven Wischnowsky2000-08-021-1/+1
| | | | their descriptions (12483)
* prefer user-defined specs over ones derived from --help output (12475)Sven Wischnowsky2000-08-021-1/+12
|
* fix for automatically recognised options, don't expect an argument after ↵Sven Wischnowsky2000-08-011-2/+4
| | | | each of them (12462)
* make $compcontext more powerful and easier to use for simple cases (12449)Sven Wischnowsky2000-08-011-3/+4
|
* make `_arguments --' use specs after the `--' even for options not described ↵Sven Wischnowsky2000-07-261-2/+7
| | | | in the help output to get arguments (12378)
* avoid reporting the same ->state more than once (11678)Sven Wischnowsky2000-05-311-9/+12
|
* fixes for _arguments without multiple sets; change completion test for empty ↵Sven Wischnowsky2000-05-301-0/+1
| | | | actions (11647)
* keep information about things to complete in _arguments (11631)Sven Wischnowsky2000-05-291-8/+6
|
* fixes for _arguments with sets; make _zpty not use sets (11624)Sven Wischnowsky2000-05-291-3/+3
|
* 11618: Fix bad shift.Bart Schaefer2000-05-281-4/+4
|
* use `set -A' instead of `eval' in more places (11525)Sven Wischnowsky2000-05-231-1/+1
|
* 11515: Fix infinite loop.Bart Schaefer2000-05-221-1/+1
|
* pat(-) in long-option patterns to say that argument should be completed only ↵Sven Wischnowsky2000-05-221-45/+25
| | | | after the `='; merge _arguments and _argument_sets; slightly better test when not to complete options (11489)
* don't use $match for something different than (#b)ackrefs (11464)Sven Wischnowsky2000-05-191-9/+10
|
* make _arguments take the attempt to add matches as an indication not to do ↵Sven Wischnowsky2000-05-161-3/+9
| | | | default option-completion (11406)
* fix for completing options with `_arguments -s'; fix for _message to use ↵Sven Wischnowsky2000-05-121-3/+7
| | | | `builtin compadd' (11349)
* make _argument_sets add the options as defaults when there is nothing else ↵Sven Wischnowsky2000-05-111-2/+3
| | | | to complete (11324)
* allow internally-mutually exclusive sets in _argument_sets; fixes for ↵Sven Wischnowsky2000-05-111-8/+25
| | | | _argument_sets and the C-code for it (11320)
* option name clash in _arguments (11273)Sven Wischnowsky2000-05-091-3/+3
|
* fix for _arguments without options and no more arguments to complete (11272)Sven Wischnowsky2000-05-091-2/+4
|
* more problems with optional arguments in _arguments (11253)Sven Wischnowsky2000-05-081-4/+2
|
* 11194, 11200, 11214Peter Stephenson2000-05-081-1/+1
|
* 11236: Handle tabs between options and their descriptions when parsing --help.Bart Schaefer2000-05-061-4/+4
|
* make sure that completion messages are displayed even when there are no ↵Sven Wischnowsky2000-05-031-1/+1
| | | | matches (11092)
* completion cleanup, mostly _wanted and $expl (11049)Sven Wischnowsky2000-05-021-5/+6
|
* ensure $PWD is prepended to cache-names for long options in _arguments (10974)Sven Wischnowsky2000-04-271-1/+1
|
* fix for automatic option-argument completion with partially typed option in ↵Sven Wischnowsky2000-04-271-3/+2
| | | | _arguments (10967)
* make _arguments use more than one action when appropriate; add ↵Sven Wischnowsky2000-04-251-65/+87
| | | | _argument_sets to complete different sets of arguments and options for the same command (10908)
* make sure caller-supplied explanation takes precedence (10579)Sven Wischnowsky2000-04-071-2/+3
|
* support automatically inserted dummy in $wordsSven Wischnowsky2000-04-051-0/+6
|
* Updated from list as far as 10376Peter Stephenson2000-04-011-306/+265
|
* Initial revisionTanaka Akira1999-08-191-0/+388