summaryrefslogtreecommitdiff
path: root/Completion/Base/Completer
AgeCommit message (Expand)AuthorFilesLines
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
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-27Use trap for unfunction compadd in _approximate.Bart Schaefer1-4/+2
2001-04-26make keep-prefix keep everything up to the first component with a parameter e...Sven Wischnowsky1-3/+9
2001-04-02new or changed after moveSven Wischnowsky1-0/+6
2001-04-02moved from Completion/Core/_prefixSven Wischnowsky1-0/+53
2001-04-02moved from Completion/Core/_oldlistSven Wischnowsky1-0/+57
2001-04-02moved from Completion/Core/_menuSven Wischnowsky1-0/+23
2001-04-02moved from Completion/Core/_matchSven Wischnowsky1-0/+70
2001-04-02moved from Completion/Core/_listSven Wischnowsky1-0/+37
2001-04-02moved from Completion/Core/_ignoredSven Wischnowsky1-0/+64
2001-04-02moved from Completion/Core/_historySven Wischnowsky1-0/+60