summaryrefslogtreecommitdiff
path: root/Completion/Base/Completer/_expand
AgeCommit message (Expand)AuthorFilesLines
2019-11-2644912: more quoting fixes in _expandWayne Davison1-1/+1
2018-11-0343752: Fix _expand quoting.Peter Stephenson1-2/+12
2018-02-26users/23169: only expand ~[...] under the same circumstances as other ~formsPeter Stephenson1-1/+2
2016-10-2239710 (cf. Alex George: 39709): handle the %o format in the "all-expansions" tagBarton E. Schaefer1-2/+7
2015-08-17unposted (cf. 36200): back out _expand backslash handling change from 34961.Barton E. Schaefer1-1/+1
2015-04-2534961: add backslash to alias expansion matching (related to workers/32186)Barton E. Schaefer1-1/+1
2013-12-2832186: fix bad backreference; handle glob patterns with backslashed quotesBarton E. Schaefer1-2/+2
2011-05-2729384: Add _comp_caller_optionsMikael Magnusson1-1/+1
2006-03-08Briefly enable aliases for one of the evals so that the expansionWayne Davison1-0/+2
2005-01-2120730: fix suffix style to regard quoted special characters as not specialOliver Kiddle1-1/+1
2004-08-0720236: fix problem with keep-prefix style where a modifier removes the prefixOliver Kiddle1-2/+3
2003-07-0718822: fix accept-exact style not not bail out when it shouldn't and add aOliver Kiddle1-6/+11
2001-05-15(14350)Sven Wischnowsky1-2/+25
2001-05-09insert redirection operators when expanding after one (14281)Oliver Kiddle1-11/+12
2001-05-02missing star in suffix-style test pattern (14197)Sven Wischnowsky1-1/+1
2001-04-30fixelt for the test for the suffix style; if word contains only a tilde, don'...Sven Wischnowsky1-1/+1
2001-04-27try to improve testing for suffix style in _expand; make _path_files fail to ...Sven Wischnowsky1-1/+6
2001-04-26make keep-prefix keep everything up to the first component with a parameter e...Sven Wischnowsky1-3/+9
2001-04-02moved from Completion/Core/_expandSven Wischnowsky1-0/+185