about summary refs log tree commit diff
path: root/Completion/Base/Utility/_arguments
Commit message (Expand)AuthorAgeFilesLines
* 30012: add $state_descrBart Schaefer2011-12-131-0/+2
* 26053: handle --help output like "--[fetch]all"Peter Stephenson2008-11-171-4/+13
* Peter: 24235: handle underscoresClint Adams2007-12-131-5/+5
* 23182: _arguments problem with --with-foo[=BAR] specifiersPeter Stephenson2007-02-161-1/+5
* 22859: improve _arguments auto-documentation some morePeter Stephenson2006-10-101-65/+83
* 22858: _arguments can generate documentation from --help textPeter Stephenson2006-10-101-14/+85
* 22780: add _arguments/comparguments -n to set index of first non-option argPeter Stephenson2006-09-271-1/+7
* _arguments fix for configure, unconfirmedPeter Stephenson2004-06-181-2/+2
* 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
* fix removal of automatically added specs (from the -- option) for which a use...Sven Wischnowsky2002-05-211-2/+2
* fix for _arguments: don't use argument-tag when completing options; fix for _...Sven Wischnowsky2002-05-141-2/+5
* 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 impl...Sven Wischnowsky2002-01-221-1/+1
* (15526)Sven Wischnowsky2001-07-301-0/+8
* two fixes: try all actions that have to be tried (but only once), execute act...Sven Wischnowsky2001-06-061-74/+78
* 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 a...Sven Wischnowsky2001-05-311-3/+5
* 14117Sven Wischnowsky2001-04-261-7/+8
* rename -W option to -w, add new -W option which makes _arguments complete opt...Sven Wischnowsky2001-04-261-13/+21
* complete only those single letter options with the right prefix character (13...Sven Wischnowsky2001-04-051-0/+2
* add -W option to _arguments, which allows to complete options after options t...Sven Wischnowsky2001-04-041-4/+17
* moved from Completion/Base/_argumentsSven Wischnowsky2001-04-021-0/+409