summaryrefslogtreecommitdiff
path: root/Completion/Base/_arguments
AgeCommit message (Expand)AuthorFilesLines
2000-07-26make `_arguments --' use specs after the `--' even for options not described ...Sven Wischnowsky1-2/+7
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
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
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 de...Sven Wischnowsky1-3/+9
2000-05-12fix for completing options with `_arguments -s'; fix for _message to use `bui...Sven Wischnowsky1-3/+7
2000-05-11make _argument_sets add the options as defaults when there is nothing else to...Sven Wischnowsky1-2/+3
2000-05-11allow internally-mutually exclusive sets in _argument_sets; fixes for _argume...Sven Wischnowsky1-8/+25
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 match...Sven Wischnowsky1-1/+1
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
2000-04-25make _arguments use more than one action when appropriate; add _argument_sets...Sven Wischnowsky1-65/+87
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