Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 44274: allow finer control of completion match soring with compadd's -o option | Oliver Kiddle | 2019-05-07 | 1 | -2/+2 |
| | |||||
* | 35270: _describe: Document a known issue described in 35229 | Daniel Shahaf | 2015-06-02 | 1 | -0/+7 |
| | | | | (which is the same thread as 35127 and 34768) | ||||
* | 34671 plus tweaks: Add -1 -2 -J -V -x to _describe, use them to sort 'git ↵ | Daniel Shahaf | 2015-03-16 | 1 | -15/+20 |
| | | | | --fixup' hash completions | ||||
* | 33205: keep array of completions and array of display strings in sync when ↵ | Barton E. Schaefer | 2014-09-19 | 1 | -1/+1 |
| | | | | filtering for matches | ||||
* | users/14033 as modified by users/14037 and added doc: allow colon quoting | Andrey Borzenkov | 2009-04-18 | 1 | -2/+2 |
| | | | | in matches in _describe | ||||
* | 18526: -O option to _describe for prefix-needed in _arguments | Peter Stephenson | 2003-06-05 | 1 | -1/+9 |
| | |||||
* | 18486: back-out 18458 because it causes problems when completing only options | Oliver Kiddle | 2003-04-30 | 1 | -4/+0 |
| | |||||
* | 18458: handle the prefix-needed style in _describe -o and new completion for ↵ | Oliver Kiddle | 2003-04-22 | 1 | -0/+4 |
| | | | | renice | ||||
* | rename max-match-length style to max-matches-width (17213) | Sven Wischnowsky | 2002-05-23 | 1 | -1/+1 |
| | |||||
* | allow users to give the maximum number of display-columns the matches should ↵ | Sven Wischnowsky | 2002-05-14 | 1 | -3/+5 |
| | | | | take up via the style currently named max-match-length (17147) | ||||
* | fix _arguments' -s option (17078) | Sven Wischnowsky | 2002-05-06 | 1 | -4/+2 |
| | |||||
* | fix: make _describe handle (...) arguments correctly; use _file_descriptors ↵ | Sven Wischnowsky | 2001-10-19 | 1 | -2/+10 |
| | | | | after -t in conditions; don't display empty descriptions in _file_descriptors (16085) | ||||
* | make _dd not use already used specs; fix for selecting stuff to complete in ↵ | Sven Wischnowsky | 2001-08-07 | 1 | -2/+6 |
| | | | | _describe; fix for correction and _describe with grouped lists (15588) | ||||
* | (15509) | Sven Wischnowsky | 2001-07-27 | 1 | -2/+3 |
| | |||||
* | Fix typo. | Bart Schaefer | 2001-07-25 | 1 | -1/+1 |
| | |||||
* | move pattern matching in the loop to make sure all match specs are used (15487) | Sven Wischnowsky | 2001-07-25 | 1 | -43/+47 |
| | |||||
* | another fix for 15477 (separator strings); add list-separator style (15484) | Sven Wischnowsky | 2001-07-25 | 1 | -3/+3 |
| | |||||
* | make display for groups in _describe nicer; improve packing with ↵ | Sven Wischnowsky | 2001-07-25 | 1 | -24/+16 |
| | | | | list_packed; leave space for type character (list_types) only in groups with at least one file name (15477) | ||||
* | yet another followup to 15497; make _describe filter out non-matching ↵ | Sven Wischnowsky | 2001-07-19 | 1 | -0/+43 |
| | | | | strings before calling compdescribe, otherwise some matches will be hiddens (15415) | ||||
* | add list-grouped option to make options and such be grouped together if they ↵ | Sven Wischnowsky | 2001-07-18 | 1 | -4/+10 |
| | | | | have the same description; matches with line-display strings can be hidden; hi and du capabalities in complist are only used if set by the user (15407) | ||||
* | moved from Completion/Base/_describe | Sven Wischnowsky | 2001-04-02 | 1 | -0/+62 |