about summary refs log tree commit diff
path: root/Completion/Base/Completer
Commit message (Expand)AuthorAgeFilesLines
* 34961: unquote history words when command line has a quoteBarton E. Schaefer2015-04-251-1/+6
* 34961: add backslash to alias expansion matching (related to workers/32186)Barton E. Schaefer2015-04-251-1/+1
* users/19365: completer for current directory of other shell processesOliver Kiddle2014-11-251-0/+39
* 33320 (cf. PWS 33311): revert 33069, fix lexing of bangchar during completionBarton E. Schaefer2014-10-021-2/+0
* 33069: remove internal quoting before lookup when expanding aliases in an unq...Barton E. Schaefer2014-08-301-0/+2
* 33047: use git to simplify massively source distribution file selectionPeter Stephenson2014-08-231-16/+0
* unposted: updates for 5.0.5-dev-1 and subsequent 5.0.6 release zsh-5.0.5-dev-1Peter Stephenson2014-08-101-0/+1
* 32441: add completer for file extensionsOliver Kiddle2014-03-031-0/+33
* users/18498: observe add-space style in _expand_alias so suffix can be disabledOliver Kiddle2014-02-251-2/+3
* 32186: fix bad backreference; handle glob patterns with backslashed quotesBarton E. Schaefer2013-12-281-2/+2
* users/12713: returning REPLY to _user_expand sets description for expansionPeter Stephenson2012-09-031-6/+7
* 29384: Add _comp_caller_optionsMikael Magnusson2011-05-271-1/+1
* Mikael: 27797: delimit arguments to compadd in _expand_aliasPeter Stephenson2010-03-151-1/+1
* 26783: new _user_expand completerPeter Stephenson2009-03-252-3/+155
* 23934: cleveren _expand_alias for "foo" -> "foo blah" expansionsPeter Stephenson2007-10-111-1/+16
* users/11852: _expand_alias removed quotes from aliases incorrectlyPeter Stephenson2007-09-181-1/+4
* 23495: fix fall out from (R) change in completion systemPeter Stephenson2007-05-302-4/+12
* Briefly enable aliases for one of the evals so that the expansionWayne Davison2006-03-081-0/+2
* 21046: make unfunction compadd more reliablePeter Stephenson2005-03-211-3/+15
* 20730: fix suffix style to regard quoted special characters as not specialOliver Kiddle2005-01-211-1/+1
* 20364: use $WIDGETSTYLE in _oldlistPeter Stephenson2004-09-161-3/+3
* 20236: fix problem with keep-prefix style where a modifier removes the prefixOliver Kiddle2004-08-071-2/+3
* 19276: fix fallback used to get completer list if the style lookup failedOliver Kiddle2003-12-051-2/+2
* 18841: work around problem which caused the whole word to be removedOliver Kiddle2003-07-091-1/+5
* 18822: fix accept-exact style not not bail out when it shouldn't and add aOliver Kiddle2003-07-071-6/+11
* add original string as match (like in _approximate)Oliver Kiddle2002-04-041-3/+14
* 16923: add insert style for inserting matches instead of adding them as a matchOliver Kiddle2002-04-041-2/+6
* remove that -T option to compdef again and instead use comma-separated sub-co...Sven Wischnowsky2002-03-131-3/+3
* allow different sets of completion definitions selected with option -T to com...Sven Wischnowsky2002-03-041-4/+4
* add new generic fake style and changes to the C-code for that (different impl...Sven Wischnowsky2002-01-221-1/+1
* allow arguments to be given to functions used by compdef (actually, the strin...Sven Wischnowsky2002-01-211-5/+5
* fixes for completion of signal names with SIG prefix and for completing comma...Sven Wischnowsky2002-01-071-2/+2
* undo most of 15650, do that in shell code (15669)Sven Wischnowsky2001-08-201-5/+6
* 15638Sven Wischnowsky2001-08-161-1/+2
* make _dd not use already used specs; fix for selecting stuff to complete in _...Sven Wischnowsky2001-08-071-1/+6
* (15357)Sven Wischnowsky2001-07-101-2/+8
* spelling correctionsOliver Kiddle2001-05-292-2/+2
* use `eval $_comp_setup' in all entry points of the completion system to not o...Sven Wischnowsky2001-05-291-1/+1
* (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
* Use trap for unfunction compadd in _approximate.Bart Schaefer2001-04-271-4/+2
* make keep-prefix keep everything up to the first component with a parameter e...Sven Wischnowsky2001-04-261-3/+9
* new or changed after moveSven Wischnowsky2001-04-021-0/+6
* moved from Completion/Core/_prefixSven Wischnowsky2001-04-021-0/+53
* moved from Completion/Core/_oldlistSven Wischnowsky2001-04-021-0/+57
* moved from Completion/Core/_menuSven Wischnowsky2001-04-021-0/+23
* moved from Completion/Core/_matchSven Wischnowsky2001-04-021-0/+70