Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-10-26 | 49519: quote completed options as needed and remove the now superfluous ↵ | Oliver Kiddle | 1 | -5/+5 | |
quotes from option specifications | |||||
2021-10-24 | 49493: fix '_arguments --' to correctly recognize optional argument | Jun-ichi Takimoto | 1 | -2/+2 | |
2020-05-03 | 45730: _arguments: Add the -0 flag, which makes $opt_args be populated sanely. | Daniel Shahaf | 1 | -3/+5 | |
Also, write/extend docstrings for sepjoin() and zjoin(). | |||||
2017-12-28 | 42175 + 42177 + 42178: avoid localized output from external commands | Jun-ichi Takimoto | 1 | -3/+9 | |
_call_program and '_arguments --' will call _comp_locale before calling external command for easier analysis of the output. This is disabled by passing an option '-l'. | |||||
2016-11-29 | 40035: Cosmetic fixes for comments and documentation. | Eitan Adler | 1 | -1/+1 | |
Mostly fixes to doubled words. | |||||
2016-09-06 | 38153: change the way long options are examined for "=" signs to more ↵ | m0viefreak | 1 | -8/+14 | |
accurately identify options that take arguments Note in workers/39135: The pattern in 266/268 appears to match the '=' sign even though it's in the second colon-separated field, where it doesn't denote a mandatory argument. I'm guessing the pattern match on lines 266/268 should be fixed ... This commit alters those patterns in what is hoped to be the desired way. | |||||
2016-02-14 | 37972: Redirect stderr to /dev/null in cases where ${~param} might generate ↵ | Barton E. Schaefer | 1 | -1/+1 | |
errors | |||||
2015-09-30 | 36697: handle options of _arguments correctly | Jun-ichi Takimoto | 1 | -22/+23 | |
2015-02-06 | 34456: lopts should be initialized as an array | Jun-ichi Takimoto | 1 | -1/+1 | |
otherwise an empty element remains in lopts, which causes a trouble when _arguments -- '*:' is called. | |||||
2011-12-13 | 30012: add $state_descr | Bart Schaefer | 1 | -0/+2 | |
2008-11-17 | 26053: handle --help output like "--[fetch]all" | Peter Stephenson | 1 | -4/+13 | |
2007-12-13 | Peter: 24235: handle underscores | Clint Adams | 1 | -5/+5 | |
2007-02-16 | 23182: _arguments problem with --with-foo[=BAR] specifiers | Peter Stephenson | 1 | -1/+5 | |
2006-10-10 | 22859: improve _arguments auto-documentation some more | Peter Stephenson | 1 | -65/+83 | |
2006-10-10 | 22858: _arguments can generate documentation from --help text | Peter Stephenson | 1 | -14/+85 | |
2006-09-27 | 22780: add _arguments/comparguments -n to set index of first non-option arg | Peter Stephenson | 1 | -1/+7 | |
2004-06-18 | _arguments fix for configure, unconfirmed | Peter Stephenson | 1 | -2/+2 | |
2003-06-05 | 18526: -O option to _describe for prefix-needed in _arguments | Peter Stephenson | 1 | -2/+2 | |
2002-05-23 | for automatic long options completion, use the string after the equal signs ↵ | Sven Wischnowsky | 1 | -8/+23 | |
(from the --help-text) as the description to shown when completing after the option (17214) | |||||
2002-05-21 | fix removal of automatically added specs (from the -- option) for which a ↵ | Sven Wischnowsky | 1 | -2/+2 | |
user-defined one is present (17191) | |||||
2002-05-14 | fix for _arguments: don't use argument-tag when completing options; fix for ↵ | Sven Wischnowsky | 1 | -2/+5 | |
_services: leave loop when matches were produced (17148) | |||||
2002-02-18 | fix test for prefix-needed (16667) | Sven Wischnowsky | 1 | -3/+2 | |
2002-01-22 | add new generic fake style and changes to the C-code for that (different ↵ | Sven Wischnowsky | 1 | -1/+1 | |
implementation of compadd -x) (16483) | |||||
2001-07-30 | (15526) | Sven Wischnowsky | 1 | -0/+8 | |
2001-06-06 | two fixes: try all actions that have to be tried (but only once), execute ↵ | Sven Wischnowsky | 1 | -74/+78 | |
actions if we aren't after an option already (in the same word) (14733) | |||||
2001-06-01 | work around ${(@P)1[3,-1]} not working as expected (14658) | Oliver Kiddle | 1 | -1/+1 | |
2001-05-31 | fix tag-order problem with _arguments (completion after an option that gets ↵ | Sven Wischnowsky | 1 | -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) | |||||
2001-04-26 | 14117 | Sven Wischnowsky | 1 | -7/+8 | |
2001-04-26 | rename -W option to -w, add new -W option which makes _arguments complete ↵ | Sven Wischnowsky | 1 | -13/+21 | |
options even after options that get their argument in the same word; new _guard function for conditionally displaying messages (14105) | |||||
2001-04-05 | complete only those single letter options with the right prefix character ↵ | Sven Wischnowsky | 1 | -0/+2 | |
(13908) | |||||
2001-04-04 | add -W option to _arguments, which allows to complete options after options ↵ | Sven Wischnowsky | 1 | -4/+17 | |
that take an argument in the next word (13902) | |||||
2001-04-02 | moved from Completion/Base/_arguments | Sven Wischnowsky | 1 | -0/+409 | |