summaryrefslogtreecommitdiff
path: root/Completion/Base/Utility/_describe
AgeCommit message (Expand)AuthorFilesLines
2019-05-0744274: allow finer control of completion match soring with compadd's -o optionOliver Kiddle1-2/+2
2015-06-0235270: _describe: Document a known issue described in 35229Daniel Shahaf1-0/+7
2015-03-1634671 plus tweaks: Add -1 -2 -J -V -x to _describe, use them to sort 'git --f...Daniel Shahaf1-15/+20
2014-09-1933205: keep array of completions and array of display strings in sync when fi...Barton E. Schaefer1-1/+1
2009-04-18users/14033 as modified by users/14037 and added doc: allow colon quotingAndrey Borzenkov1-2/+2
2003-06-0518526: -O option to _describe for prefix-needed in _argumentsPeter Stephenson1-1/+9
2003-04-3018486: back-out 18458 because it causes problems when completing only optionsOliver Kiddle1-4/+0
2003-04-2218458: handle the prefix-needed style in _describe -o and new completion for ...Oliver Kiddle1-0/+4
2002-05-23rename max-match-length style to max-matches-width (17213)Sven Wischnowsky1-1/+1
2002-05-14allow users to give the maximum number of display-columns the matches should ...Sven Wischnowsky1-3/+5
2002-05-06fix _arguments' -s option (17078)Sven Wischnowsky1-4/+2
2001-10-19fix: make _describe handle (...) arguments correctly; use _file_descriptors a...Sven Wischnowsky1-2/+10
2001-08-07make _dd not use already used specs; fix for selecting stuff to complete in _...Sven Wischnowsky1-2/+6
2001-07-27(15509)Sven Wischnowsky1-2/+3
2001-07-25Fix typo.Bart Schaefer1-1/+1
2001-07-25move pattern matching in the loop to make sure all match specs are used (15487)Sven Wischnowsky1-43/+47
2001-07-25another fix for 15477 (separator strings); add list-separator style (15484)Sven Wischnowsky1-3/+3
2001-07-25make display for groups in _describe nicer; improve packing with list_packed;...Sven Wischnowsky1-24/+16
2001-07-19yet another followup to 15497; make _describe filter out non-matching strings...Sven Wischnowsky1-0/+43
2001-07-18add list-grouped option to make options and such be grouped together if they ...Sven Wischnowsky1-4/+10
2001-04-02moved from Completion/Base/_describeSven Wischnowsky1-0/+62