summaryrefslogtreecommitdiff
path: root/Completion/Base
AgeCommit message (Expand)AuthorFilesLines
2005-05-22Add zsh name and version to _complete_debug outputBart Schaefer1-0/+1
2005-04-24Minor tweak to _generic plus doc fixes for info interpretation of hyphens.Bart Schaefer1-1/+1
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-10-0120427: Fix problem with _oldlist and custom completer.Peter Stephenson1-1/+11
2004-09-1620364: use $WIDGETSTYLE in _oldlistPeter Stephenson1-3/+3
2004-08-1120254: restrict scope of the default tag-order to fix a problem with cdrecordOliver Kiddle1-0/+1
2004-08-0720236: fix problem with keep-prefix style where a modifier removes the prefixOliver Kiddle1-2/+3
2004-07-2820204: Motoi Washida: typo in _retrieve_cachePeter Stephenson1-1/+1
2004-06-18_arguments fix for configure, unconfirmedPeter Stephenson1-2/+2
2004-06-03users/7467: quoted commands weren't found in dispatcher lokoupPeter Stephenson1-0/+4
2004-04-2019767, 19785: store flags for -z and -k options to autoload allowing theOliver Kiddle1-6/+6
2004-03-02zsh-users/7100: fix completion of =file when noequals is setPeter Stephenson1-1/+1
2004-02-1019409: handle situation where the user has the nounset option setOliver Kiddle1-1/+1
2003-12-0519276: fix fallback used to get completer list if the style lookup failedOliver Kiddle1-2/+2
2003-09-21users/6606: handle any matching control options passed downOliver Kiddle1-25/+8
2003-08-0118920: fix unset IFS bettererPeter Stephenson1-0/+2
2003-07-31tidy up of many completions (updates, fixes, improvements and plain aesthetics)Oliver Kiddle1-1/+1
2003-07-2118859: Allow the sort style to override sorting by setting explicitly to false.Peter Stephenson1-1/+13
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
2003-06-0518526: -O option to _describe for prefix-needed in _argumentsPeter Stephenson2-3/+11
2003-04-3018486: back-out 18458 because it causes problems when completing only optionsOliver Kiddle1-4/+0
2003-04-2518472: spelling correctionsOliver Kiddle1-3/+1
2003-04-2218458: handle the prefix-needed style in _describe -o and new completion for ...Oliver Kiddle1-0/+4
2003-03-1318347: fix problems with having more than one ((val\:desc ...)) style actionOliver Kiddle1-3/+2
2003-03-1118338: list a single unambiguous match instead of inserting itOliver Kiddle1-6/+2
2003-02-2618299: allow _next_tags to work with nested tag loopsOliver Kiddle4-0/+9
2003-02-2518296: sync fake _all_labels and _next_label functions with changes to real onesOliver Kiddle1-37/+38
2003-02-1918262: fix bug where only first match was added with expand style set to suffixOliver Kiddle1-1/+1
2002-10-09Changes to _store_cache to allow cache names to contain slashes "/".Felix Rosencrantz1-2/+17
2002-07-08don't display _dispatch as one of the called functions (17438)Sven Wischnowsky1-3/+3
2002-06-26two new modes for menu selection: incremental search and interactive (17366)Sven Wischnowsky1-0/+13
2002-05-23for automatic long options completion, use the string after the equal signs (...Sven Wischnowsky1-8/+23
2002-05-23rename max-match-length style to max-matches-width (17213)Sven Wischnowsky1-1/+1
2002-05-21fix removal of automatically added specs (from the -- option) for which a use...Sven Wischnowsky1-2/+2
2002-05-14fix for _arguments: don't use argument-tag when completing options; fix for _...Sven Wischnowsky1-2/+5
2002-05-14allow users to give the maximum number of display-columns the matches should ...Sven Wischnowsky1-3/+5
2002-05-06fix _arguments' -s option (17078)Sven Wischnowsky1-4/+2
2002-04-16make _values not use -Q (16991)Sven Wischnowsky1-1/+1
2002-04-16make more calls to _message use the -e option (16988)Sven Wischnowsky1-1/+1
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-1716849: shift off `-s' argument.Bart Schaefer1-0/+1
2002-03-1516842: resolve name clash for nc between netcat and the nedit client forOliver Kiddle2-1/+36
2002-03-13remove that -T option to compdef again and instead use comma-separated sub-co...Sven Wischnowsky4-45/+29
2002-03-05unposted: usual fixups for .distfilesPeter Stephenson2-1/+2
2002-03-04allow different sets of completion definitions selected with option -T to com...Sven Wischnowsky5-140/+143
2002-02-25make _message inhibit insertion of matches unless there are faked ones (16710)Sven Wischnowsky1-0/+2
2002-02-25make _guard use `_mesage -e'; make `_message -e' use $curtag as a default; ch...Sven Wischnowsky2-11/+12