summaryrefslogtreecommitdiff
path: root/Completion/Base/Completer
AgeCommit message (Expand)AuthorFilesLines
2021-11-1249572: Let _expand preserve array form w/out zstyle globMarlon Richert1-1/+1
2021-03-3148214: add file types to _expand completions, so they can be colored through ...Marlon Richert1-4/+5
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-12-0140053: exclude current directory of active zsh from _external_pwds ompletion ...Oliver Kiddle1-1/+1
2016-10-2239710 (cf. Alex George: 39709): handle the %o format in the "all-expansions" tagBarton E. Schaefer2-3/+13
2016-09-21users/21955: add missing final colon in zstyle context lookup; allow a single...Barton E. Schaefer1-2/+2
2016-09-1339299: better Freebsd support in _external_pwds using procstatOliver Kiddle1-1/+5
2016-08-2239046 + 39061: New :P history modifier.Daniel Shahaf1-1/+1
2015-08-17unposted (cf. 36200): back out _expand backslash handling change from 34961.Barton E. Schaefer1-1/+1
2015-04-2534961: unquote history words when command line has a quoteBarton E. Schaefer1-1/+6
2015-04-2534961: add backslash to alias expansion matching (related to workers/32186)Barton E. Schaefer1-1/+1
2014-11-25users/19365: completer for current directory of other shell processesOliver Kiddle1-0/+39
2014-10-0233320 (cf. PWS 33311): revert 33069, fix lexing of bangchar during completionBarton E. Schaefer1-2/+0
2014-08-3033069: remove internal quoting before lookup when expanding aliases in an unq...Barton E. Schaefer1-0/+2
2014-08-2333047: use git to simplify massively source distribution file selectionPeter Stephenson1-16/+0
2014-08-10unposted: updates for 5.0.5-dev-1 and subsequent 5.0.6 releasePeter Stephenson1-0/+1
2014-03-0332441: add completer for file extensionsOliver Kiddle1-0/+33
2014-02-25users/18498: observe add-space style in _expand_alias so suffix can be disabledOliver Kiddle1-2/+3
2013-12-2832186: fix bad backreference; handle glob patterns with backslashed quotesBarton E. Schaefer1-2/+2
2012-09-03users/12713: returning REPLY to _user_expand sets description for expansionPeter Stephenson1-6/+7
2011-05-2729384: Add _comp_caller_optionsMikael Magnusson1-1/+1
2010-03-15Mikael: 27797: delimit arguments to compadd in _expand_aliasPeter Stephenson1-1/+1
2009-03-2526783: new _user_expand completerPeter Stephenson2-3/+155
2007-10-1123934: cleveren _expand_alias for "foo" -> "foo blah" expansionsPeter Stephenson1-1/+16
2007-09-18users/11852: _expand_alias removed quotes from aliases incorrectlyPeter Stephenson1-1/+4
2007-05-3023495: fix fall out from (R) change in completion systemPeter Stephenson2-4/+12
2006-03-08Briefly enable aliases for one of the evals so that the expansionWayne Davison1-0/+2
2005-03-2121046: make unfunction compadd more reliablePeter Stephenson1-3/+15
2005-01-2120730: fix suffix style to regard quoted special characters as not specialOliver Kiddle1-1/+1
2004-09-1620364: use $WIDGETSTYLE in _oldlistPeter Stephenson1-3/+3
2004-08-0720236: fix problem with keep-prefix style where a modifier removes the prefixOliver Kiddle1-2/+3
2003-12-0519276: fix fallback used to get completer list if the style lookup failedOliver Kiddle1-2/+2
2003-07-0918841: work around problem which caused the whole word to be removedOliver Kiddle1-1/+5
2003-07-0718822: fix accept-exact style not not bail out when it shouldn't and add aOliver Kiddle1-6/+11
2002-04-04add original string as match (like in _approximate)Oliver Kiddle1-3/+14
2002-04-0416923: add insert style for inserting matches instead of adding them as a matchOliver Kiddle1-2/+6
2002-03-13remove that -T option to compdef again and instead use comma-separated sub-co...Sven Wischnowsky1-3/+3
2002-03-04allow different sets of completion definitions selected with option -T to com...Sven Wischnowsky1-4/+4
2002-01-22add new generic fake style and changes to the C-code for that (different impl...Sven Wischnowsky1-1/+1
2002-01-21allow arguments to be given to functions used by compdef (actually, the strin...Sven Wischnowsky1-5/+5
2002-01-07fixes for completion of signal names with SIG prefix and for completing comma...Sven Wischnowsky1-2/+2
2001-08-20undo most of 15650, do that in shell code (15669)Sven Wischnowsky1-5/+6
2001-08-1615638Sven Wischnowsky1-1/+2
2001-08-07make _dd not use already used specs; fix for selecting stuff to complete in _...Sven Wischnowsky1-1/+6
2001-07-10(15357)Sven Wischnowsky1-2/+8
2001-05-29spelling correctionsOliver Kiddle2-2/+2
2001-05-29use `eval $_comp_setup' in all entry points of the completion system to not o...Sven Wischnowsky1-1/+1
2001-05-15(14350)Sven Wischnowsky1-2/+25