summaryrefslogtreecommitdiff
path: root/Completion/Base/Completer
AgeCommit message (Expand)AuthorFilesLines
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
2001-04-02moved from Completion/Core/_expand_aliasSven Wischnowsky1-0/+48
2001-04-02moved from Completion/Core/_expandSven Wischnowsky1-0/+185
2001-04-02moved from Completion/Core/_correctSven Wischnowsky1-0/+19
2001-04-02moved from Completion/Core/_completeSven Wischnowsky1-0/+144
2001-04-02moved from Completion/Core/_approximateSven Wischnowsky1-0/+108
2001-04-02moved from Completion/Core/_all_matchesSven Wischnowsky1-0/+43