about summary refs log tree commit diff
path: root/Completion/Base/_arguments
Commit message (Collapse)AuthorAgeFilesLines
* 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