Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-11-26 | 44912: more quoting fixes in _expand | Wayne Davison | 1 | -1/+1 | |
Don't set done_quote=1 if the glob result is empty. | |||||
2018-11-03 | 43752: Fix _expand quoting. | Peter Stephenson | 1 | -2/+12 | |
Quoting was not applied properly if globbing failed or was not applied. | |||||
2018-02-26 | users/23169: only expand ~[...] under the same circumstances as other ~forms | Peter Stephenson | 1 | -1/+2 | |
2016-10-22 | 39710 (cf. Alex George: 39709): handle the %o format in the "all-expansions" tag | Barton E. Schaefer | 1 | -2/+7 | |
Also allow a single unique match to appear in the "expansions" tag of _expand in the same way as _user_expand (users/21955 commit 18200dc0) | |||||
2015-08-17 | unposted (cf. 36200): back out _expand backslash handling change from 34961. | Barton E. Schaefer | 1 | -1/+1 | |
2015-04-25 | 34961: add backslash to alias expansion matching (related to workers/32186) | Barton E. Schaefer | 1 | -1/+1 | |
2013-12-28 | 32186: fix bad backreference; handle glob patterns with backslashed quotes | Barton E. Schaefer | 1 | -2/+2 | |
2011-05-27 | 29384: Add _comp_caller_options | Mikael Magnusson | 1 | -1/+1 | |
2006-03-08 | Briefly enable aliases for one of the evals so that the expansion | Wayne Davison | 1 | -0/+2 | |
of a $(...) or `...` properly uses normal and global aliases. | |||||
2005-01-21 | 20730: fix suffix style to regard quoted special characters as not special | Oliver Kiddle | 1 | -1/+1 | |
2004-08-07 | 20236: fix problem with keep-prefix style where a modifier removes the prefix | Oliver Kiddle | 1 | -2/+3 | |
2003-07-07 | 18822: fix accept-exact style not not bail out when it shouldn't and add a | Oliver Kiddle | 1 | -6/+11 | |
setting to continue on and do normal completion | |||||
2001-05-15 | (14350) | Sven Wischnowsky | 1 | -2/+25 | |
2001-05-09 | insert redirection operators when expanding after one (14281) | Oliver Kiddle | 1 | -11/+12 | |
2001-05-02 | missing star in suffix-style test pattern (14197) | Sven Wischnowsky | 1 | -1/+1 | |
2001-04-30 | fixelt for the test for the suffix style; if word contains only a tilde, ↵ | Sven Wischnowsky | 1 | -1/+1 | |
don't try to expand it (14160) | |||||
2001-04-27 | try to improve testing for suffix style in _expand; make _path_files fail to ↵ | Sven Wischnowsky | 1 | -1/+6 | |
complete words like ...<pat>..<param-subst>... (14133) | |||||
2001-04-26 | make keep-prefix keep everything up to the first component with a parameter ↵ | Sven Wischnowsky | 1 | -3/+9 | |
expansion, not only if that is at the beginning of the string (14092) | |||||
2001-04-02 | moved from Completion/Core/_expand | Sven Wischnowsky | 1 | -0/+185 | |