about summary refs log tree commit diff
path: root/Completion/Base/Utility/_values
Commit message (Collapse)AuthorAgeFilesLines
* 50184: fix inclusion of -S separator in -r options passed to compadd through ↵Bart Schaefer2022-05-071-1/+1
| | | | _describe
* github #63: fix regression caused by 44274, with sort style -o could break ↵oxiedi2021-02-071-1/+1
| | | | _values
* 40597: be flexible about order of options to _valuesOliver Kiddle2017-03-041-3/+4
|
* 38641: allow for values which resemble compadd optionsOliver Kiddle2016-06-091-1/+1
|
* 30012: add $state_descrBart Schaefer2011-12-131-0/+1
|
* 27233: improved _values handling of optional argumentsPeter Stephenson2009-08-281-1/+1
| | | | mount -o loop= argument is optional
* Back off 26270 (accept-and-menu-complete).Peter Stephenson2009-01-131-2/+0
| | | | Was causing memory corruption
* 26270: allow accept-and-menu-complete work with _vallues as wellAndrey Borzenkov2009-01-091-0/+2
|
* 23198: improve _values -sPeter Stephenson2007-02-271-1/+1
| | | | unposted: document _regex_words -t
* make _values not use -Q (16991)Sven Wischnowsky2002-04-161-1/+1
|
* 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)
* fix for comparguments (completing after single letter options that get their ↵Sven Wischnowsky2001-06-131-8/+4
| | | | argument in the next word); make _values ignore some of the standard option it may get; make _mount use _dir_list in some places and improve that; `document' comparguments and compvalues with some comments in computil.c (14897)
* (14841)Sven Wischnowsky2001-06-111-1/+1
|
* work around ${(@P)1[3,-1]} not working as expected (14658)Oliver Kiddle2001-06-011-1/+1
|
* (14602)Sven Wischnowsky2001-05-311-0/+1
|
* add -S option to specify separator between values and their arguments; make ↵Sven Wischnowsky2001-05-081-12/+15
| | | | _values add the value-separator as a suffix for most types of actions (14257)
* moved from Completion/Base/_valuesSven Wischnowsky2001-04-021-0/+158