about summary refs log tree commit diff
path: root/Completion/Base/Utility/_arguments
Commit message (Collapse)AuthorAgeFilesLines
* 18526: -O option to _describe for prefix-needed in _argumentsPeter Stephenson2003-06-051-2/+2
|
* for automatic long options completion, use the string after the equal signs ↵Sven Wischnowsky2002-05-231-8/+23
| | | | (from the --help-text) as the description to shown when completing after the option (17214)
* fix removal of automatically added specs (from the -- option) for which a ↵Sven Wischnowsky2002-05-211-2/+2
| | | | user-defined one is present (17191)
* fix for _arguments: don't use argument-tag when completing options; fix for ↵Sven Wischnowsky2002-05-141-2/+5
| | | | _services: leave loop when matches were produced (17148)
* fix test for prefix-needed (16667)Sven Wischnowsky2002-02-181-3/+2
|
* add new generic fake style and changes to the C-code for that (different ↵Sven Wischnowsky2002-01-221-1/+1
| | | | implementation of compadd -x) (16483)
* (15526)Sven Wischnowsky2001-07-301-0/+8
|
* two fixes: try all actions that have to be tried (but only once), execute ↵Sven Wischnowsky2001-06-061-74/+78
| | | | actions if we aren't after an option already (in the same word) (14733)
* work around ${(@P)1[3,-1]} not working as expected (14658)Oliver Kiddle2001-06-011-1/+1
|
* fix tag-order problem with _arguments (completion after an option that gets ↵Sven Wischnowsky2001-05-311-3/+5
| | | | an argument in the same word); and a fix for completion after -ab, where -a gets an argument in the next word and -b gets one in the same word (14607)
* 14117Sven Wischnowsky2001-04-261-7/+8
|
* rename -W option to -w, add new -W option which makes _arguments complete ↵Sven Wischnowsky2001-04-261-13/+21
| | | | options even after options that get their argument in the same word; new _guard function for conditionally displaying messages (14105)
* complete only those single letter options with the right prefix character ↵Sven Wischnowsky2001-04-051-0/+2
| | | | (13908)
* add -W option to _arguments, which allows to complete options after options ↵Sven Wischnowsky2001-04-041-4/+17
| | | | that take an argument in the next word (13902)
* moved from Completion/Base/_argumentsSven Wischnowsky2001-04-021-0/+409