summaryrefslogtreecommitdiff
path: root/Completion/Base/Utility/_arguments
AgeCommit message (Expand)AuthorFilesLines
2021-10-2649519: quote completed options as needed and remove the now superfluous quote...Oliver Kiddle1-5/+5
2021-10-2449493: fix '_arguments --' to correctly recognize optional argumentJun-ichi Takimoto1-2/+2
2020-05-0345730: _arguments: Add the -0 flag, which makes $opt_args be populated sanely.Daniel Shahaf1-3/+5
2017-12-2842175 + 42177 + 42178: avoid localized output from external commandsJun-ichi Takimoto1-3/+9
2016-11-2940035: Cosmetic fixes for comments and documentation.Eitan Adler1-1/+1
2016-09-0638153: change the way long options are examined for "=" signs to more accurat...m0viefreak1-8/+14
2016-02-1437972: Redirect stderr to /dev/null in cases where ${~param} might generate e...Barton E. Schaefer1-1/+1
2015-09-3036697: handle options of _arguments correctlyJun-ichi Takimoto1-22/+23
2015-02-0634456: lopts should be initialized as an arrayJun-ichi Takimoto1-1/+1
2011-12-1330012: add $state_descrBart Schaefer1-0/+2
2008-11-1726053: handle --help output like "--[fetch]all"Peter Stephenson1-4/+13
2007-12-13Peter: 24235: handle underscoresClint Adams1-5/+5
2007-02-1623182: _arguments problem with --with-foo[=BAR] specifiersPeter Stephenson1-1/+5
2006-10-1022859: improve _arguments auto-documentation some morePeter Stephenson1-65/+83
2006-10-1022858: _arguments can generate documentation from --help textPeter Stephenson1-14/+85
2006-09-2722780: add _arguments/comparguments -n to set index of first non-option argPeter Stephenson1-1/+7
2004-06-18_arguments fix for configure, unconfirmedPeter Stephenson1-2/+2
2003-06-0518526: -O option to _describe for prefix-needed in _argumentsPeter Stephenson1-2/+2
2002-05-23for automatic long options completion, use the string after the equal signs (...Sven Wischnowsky1-8/+23
2002-05-21fix removal of automatically added specs (from the -- option) for which a use...Sven Wischnowsky1-2/+2
2002-05-14fix for _arguments: don't use argument-tag when completing options; fix for _...Sven Wischnowsky1-2/+5
2002-02-18fix test for prefix-needed (16667)Sven Wischnowsky1-3/+2
2002-01-22add new generic fake style and changes to the C-code for that (different impl...Sven Wischnowsky1-1/+1
2001-07-30(15526)Sven Wischnowsky1-0/+8
2001-06-06two fixes: try all actions that have to be tried (but only once), execute act...Sven Wischnowsky1-74/+78
2001-06-01work around ${(@P)1[3,-1]} not working as expected (14658)Oliver Kiddle1-1/+1
2001-05-31fix tag-order problem with _arguments (completion after an option that gets a...Sven Wischnowsky1-3/+5
2001-04-2614117Sven Wischnowsky1-7/+8
2001-04-26rename -W option to -w, add new -W option which makes _arguments complete opt...Sven Wischnowsky1-13/+21
2001-04-05complete only those single letter options with the right prefix character (13...Sven Wischnowsky1-0/+2
2001-04-04add -W option to _arguments, which allows to complete options after options t...Sven Wischnowsky1-4/+17
2001-04-02moved from Completion/Base/_argumentsSven Wischnowsky1-0/+409