summaryrefslogtreecommitdiff
path: root/Completion/Base
AgeCommit message (Expand)AuthorFilesLines
2007-04-16unposted: prepare for release of 4.3.3Peter Stephenson1-1/+1
2007-02-2723198: improve _values -sPeter Stephenson2-4/+3
2007-02-2523186: _ip completion and regex handling additionsPeter Stephenson1-0/+44
2007-02-1623182: _arguments problem with --with-foo[=BAR] specifiersPeter Stephenson1-1/+5
2006-11-15users/10989: add fake-always pattern that overrides ignored-patternsPeter Stephenson1-8/+16
2006-11-0322953: Mikael Magnusson: _most_recent_file fix.Peter Stephenson1-1/+1
2006-10-1022859: improve _arguments auto-documentation some morePeter Stephenson1-65/+83
2006-10-1022858: _arguments can generate documentation from --help textPeter Stephenson1-14/+85
2006-09-2722780: add _arguments/comparguments -n to set index of first non-option argPeter Stephenson1-1/+7
2006-03-08Briefly enable aliases for one of the evals so that the expansionWayne Davison1-0/+2
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