about summary refs log tree commit diff
path: root/Completion/Base/Completer/_expand
Commit message (Expand)AuthorAgeFilesLines
* 48214: add file types to _expand completions, so they can be colored through ...Marlon Richert2021-03-311-4/+5
* 44912: more quoting fixes in _expandWayne Davison2019-11-261-1/+1
* 43752: Fix _expand quoting.Peter Stephenson2018-11-031-2/+12
* users/23169: only expand ~[...] under the same circumstances as other ~formsPeter Stephenson2018-02-261-1/+2
* 39710 (cf. Alex George: 39709): handle the %o format in the "all-expansions" tagBarton E. Schaefer2016-10-221-2/+7
* unposted (cf. 36200): back out _expand backslash handling change from 34961.Barton E. Schaefer2015-08-171-1/+1
* 34961: add backslash to alias expansion matching (related to workers/32186)Barton E. Schaefer2015-04-251-1/+1
* 32186: fix bad backreference; handle glob patterns with backslashed quotesBarton E. Schaefer2013-12-281-2/+2
* 29384: Add _comp_caller_optionsMikael Magnusson2011-05-271-1/+1
* Briefly enable aliases for one of the evals so that the expansionWayne Davison2006-03-081-0/+2
* 20730: fix suffix style to regard quoted special characters as not specialOliver Kiddle2005-01-211-1/+1
* 20236: fix problem with keep-prefix style where a modifier removes the prefixOliver Kiddle2004-08-071-2/+3
* 18822: fix accept-exact style not not bail out when it shouldn't and add aOliver Kiddle2003-07-071-6/+11
* (14350)Sven Wischnowsky2001-05-151-2/+25
* insert redirection operators when expanding after one (14281)Oliver Kiddle2001-05-091-11/+12
* missing star in suffix-style test pattern (14197)Sven Wischnowsky2001-05-021-1/+1
* fixelt for the test for the suffix style; if word contains only a tilde, don'...Sven Wischnowsky2001-04-301-1/+1
* try to improve testing for suffix style in _expand; make _path_files fail to ...Sven Wischnowsky2001-04-271-1/+6
* make keep-prefix keep everything up to the first component with a parameter e...Sven Wischnowsky2001-04-261-3/+9
* moved from Completion/Core/_expandSven Wischnowsky2001-04-021-0/+185