Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mikael: 27797: delimit arguments to compadd in _expand_alias | Peter Stephenson | 2010-03-15 | 1 | -1/+1 |
| | |||||
* | 26783: new _user_expand completer | Peter Stephenson | 2009-03-25 | 2 | -3/+155 |
| | |||||
* | 23934: cleveren _expand_alias for "foo" -> "foo blah" expansions | Peter Stephenson | 2007-10-11 | 1 | -1/+16 |
| | |||||
* | users/11852: _expand_alias removed quotes from aliases incorrectly | Peter Stephenson | 2007-09-18 | 1 | -1/+4 |
| | |||||
* | 23495: fix fall out from (R) change in completion system | Peter Stephenson | 2007-05-30 | 2 | -4/+12 |
| | |||||
* | Briefly enable aliases for one of the evals so that the expansion | Wayne Davison | 2006-03-08 | 1 | -0/+2 |
| | | | | of a $(...) or `...` properly uses normal and global aliases. | ||||
* | 21046: make unfunction compadd more reliable | Peter Stephenson | 2005-03-21 | 1 | -3/+15 |
| | |||||
* | 20730: fix suffix style to regard quoted special characters as not special | Oliver Kiddle | 2005-01-21 | 1 | -1/+1 |
| | |||||
* | 20364: use $WIDGETSTYLE in _oldlist | Peter Stephenson | 2004-09-16 | 1 | -3/+3 |
| | |||||
* | 20236: fix problem with keep-prefix style where a modifier removes the prefix | Oliver Kiddle | 2004-08-07 | 1 | -2/+3 |
| | |||||
* | 19276: fix fallback used to get completer list if the style lookup failed | Oliver Kiddle | 2003-12-05 | 1 | -2/+2 |
| | |||||
* | 18841: work around problem which caused the whole word to be removed | Oliver Kiddle | 2003-07-09 | 1 | -1/+5 |
| | |||||
* | 18822: fix accept-exact style not not bail out when it shouldn't and add a | Oliver Kiddle | 2003-07-07 | 1 | -6/+11 |
| | | | | setting to continue on and do normal completion | ||||
* | add original string as match (like in _approximate) | Oliver Kiddle | 2002-04-04 | 1 | -3/+14 |
| | |||||
* | 16923: add insert style for inserting matches instead of adding them as a match | Oliver Kiddle | 2002-04-04 | 1 | -2/+6 |
| | |||||
* | remove that -T option to compdef again and instead use comma-separated ↵ | Sven Wischnowsky | 2002-03-13 | 1 | -3/+3 |
| | | | | sub-contexts both for function and style lookup (16819) | ||||
* | allow different sets of completion definitions selected with option -T to ↵ | Sven Wischnowsky | 2002-03-04 | 1 | -4/+4 |
| | | | | compdef; use this for parameter values and redirections (16755) | ||||
* | add new generic fake style and changes to the C-code for that (different ↵ | Sven Wischnowsky | 2002-01-22 | 1 | -1/+1 |
| | | | | implementation of compadd -x) (16483) | ||||
* | allow arguments to be given to functions used by compdef (actually, the ↵ | Sven Wischnowsky | 2002-01-21 | 1 | -5/+5 |
| | | | | strings are eval'uated, so this should be powerful enough) (16472) | ||||
* | fixes for completion of signal names with SIG prefix and for completing ↵ | Sven Wischnowsky | 2002-01-07 | 1 | -2/+2 |
| | | | | command names instead of pids (16406) | ||||
* | undo most of 15650, do that in shell code (15669) | Sven Wischnowsky | 2001-08-20 | 1 | -5/+6 |
| | |||||
* | 15638 | Sven Wischnowsky | 2001-08-16 | 1 | -1/+2 |
| | |||||
* | make _dd not use already used specs; fix for selecting stuff to complete in ↵ | Sven Wischnowsky | 2001-08-07 | 1 | -1/+6 |
| | | | | _describe; fix for correction and _describe with grouped lists (15588) | ||||
* | (15357) | Sven Wischnowsky | 2001-07-10 | 1 | -2/+8 |
| | |||||
* | spelling corrections | Oliver Kiddle | 2001-05-29 | 2 | -2/+2 |
| | |||||
* | use `eval $_comp_setup' in all entry points of the completion system to not ↵ | Sven Wischnowsky | 2001-05-29 | 1 | -1/+1 |
| | | | | only set up the options, but also redirect stdin and ignore trap handlers for ZERR (14530) | ||||
* | (14350) | Sven Wischnowsky | 2001-05-15 | 1 | -2/+25 |
| | |||||
* | insert redirection operators when expanding after one (14281) | Oliver Kiddle | 2001-05-09 | 1 | -11/+12 |
| | |||||
* | missing star in suffix-style test pattern (14197) | Sven Wischnowsky | 2001-05-02 | 1 | -1/+1 |
| | |||||
* | fixelt for the test for the suffix style; if word contains only a tilde, ↵ | Sven Wischnowsky | 2001-04-30 | 1 | -1/+1 |
| | | | | don't try to expand it (14160) | ||||
* | try to improve testing for suffix style in _expand; make _path_files fail to ↵ | Sven Wischnowsky | 2001-04-27 | 1 | -1/+6 |
| | | | | complete words like ...<pat>..<param-subst>... (14133) | ||||
* | Use trap for unfunction compadd in _approximate. | Bart Schaefer | 2001-04-27 | 1 | -4/+2 |
| | |||||
* | make keep-prefix keep everything up to the first component with a parameter ↵ | Sven Wischnowsky | 2001-04-26 | 1 | -3/+9 |
| | | | | expansion, not only if that is at the beginning of the string (14092) | ||||
* | new or changed after move | Sven Wischnowsky | 2001-04-02 | 1 | -0/+6 |
| | |||||
* | moved from Completion/Core/_prefix | Sven Wischnowsky | 2001-04-02 | 1 | -0/+53 |
| | |||||
* | moved from Completion/Core/_oldlist | Sven Wischnowsky | 2001-04-02 | 1 | -0/+57 |
| | |||||
* | moved from Completion/Core/_menu | Sven Wischnowsky | 2001-04-02 | 1 | -0/+23 |
| | |||||
* | moved from Completion/Core/_match | Sven Wischnowsky | 2001-04-02 | 1 | -0/+70 |
| | |||||
* | moved from Completion/Core/_list | Sven Wischnowsky | 2001-04-02 | 1 | -0/+37 |
| | |||||
* | moved from Completion/Core/_ignored | Sven Wischnowsky | 2001-04-02 | 1 | -0/+64 |
| | |||||
* | moved from Completion/Core/_history | Sven Wischnowsky | 2001-04-02 | 1 | -0/+60 |
| | |||||
* | moved from Completion/Core/_expand_alias | Sven Wischnowsky | 2001-04-02 | 1 | -0/+48 |
| | |||||
* | moved from Completion/Core/_expand | Sven Wischnowsky | 2001-04-02 | 1 | -0/+185 |
| | |||||
* | moved from Completion/Core/_correct | Sven Wischnowsky | 2001-04-02 | 1 | -0/+19 |
| | |||||
* | moved from Completion/Core/_complete | Sven Wischnowsky | 2001-04-02 | 1 | -0/+144 |
| | |||||
* | moved from Completion/Core/_approximate | Sven Wischnowsky | 2001-04-02 | 1 | -0/+108 |
| | |||||
* | moved from Completion/Core/_all_matches | Sven Wischnowsky | 2001-04-02 | 1 | -0/+43 |