summaryrefslogtreecommitdiff
path: root/Completion/Base/Utility
AgeCommit message (Collapse)AuthorFilesLines
2014-10-1333438: use the new way of splitting strings with a dynamic separatorOliver Kiddle1-11/+11
from 33423 and quote separators where needed
2014-10-0933403: be conservative about redirecting _call_program stderr, the caller ↵Barton E. Schaefer1-2/+2
may have already done so
2014-09-2333223: discard stderr except when _complete_debug is in progress.Barton E. Schaefer1-2/+15
2014-09-1933205: keep array of completions and array of display strings in sync when ↵Barton E. Schaefer1-1/+1
filtering for matches
2014-08-2333047: use git to simplify massively source distribution file selectionPeter Stephenson1-23/+0
2014-08-1432997: new utility function for separated listsOliver Kiddle1-0/+39
2013-05-0431369: set locale for completion if locale command is not usablePeter Stephenson1-3/+10
2013-04-2931355: _comp_locale tries to sanitise locales but keep CTYPE;Peter Stephenson2-5/+34
use this for subversion completion.
2012-12-16Missing .distfiles entriesPeter Stephenson1-1/+1
2012-11-07users/17382: complete URLs for vim and make _remote_files moreOliver Kiddle1-77/+0
consistent with _files
2011-12-1330012: add $state_descrBart Schaefer2-0/+3
2011-12-0929918: Completion: Add new _remote_files() helper and use it to reduce code ↵Simon Ruderich2-1/+78
duplication.
2011-10-1429820: _pick_variant -b to match builtinPeter Stephenson1-1/+7
2011-05-1929307, 29308 + replies: Fix some doubled words in docs and comments.Mikael Magnusson1-1/+1
2010-12-16Mikael: 28531: typosPeter Stephenson1-1/+1
2010-12-07unposted: remove users/15622 _pick_variant changePeter Stephenson1-1/+1
2010-12-06users/15621: compdef -p/-P <pat>=<service>Peter Stephenson1-1/+1
users/15622: use service with _pick_variant
2010-08-2228186: replace (...|...) pattern-match with a loop over the alternatives toBart Schaefer1-2/+7
avoid issues with pattern-quoting each alternative.
2009-08-2827233: improved _values handling of optional argumentsPeter Stephenson1-1/+1
mount -o loop= argument is optional
2009-04-18users/14033 as modified by users/14037 and added doc: allow colon quotingAndrey Borzenkov1-2/+2
in matches in _describe
2009-02-2826609: _path_files: better (?) fix for globcomplete.Bart Schaefer1-1/+1
unposted: _pick_variant: explicit rather than implicit success return.
2009-01-13Back off 26270 (accept-and-menu-complete).Peter Stephenson1-2/+0
Was causing memory corruption
2009-01-0926270: allow accept-and-menu-complete work with _vallues as wellAndrey Borzenkov1-0/+2
2008-11-1726053: handle --help output like "--[fetch]all"Peter Stephenson1-4/+13
2008-10-15Jörg Sommer: 25883: quote tmp1 strings before joining them into a pattern.Bart Schaefer1-1/+1
2008-07-11Phil Pennock: 25275: use restrictive permissions on cache filesPeter Stephenson1-2/+8
put zstat in example zshrc
2008-02-2324585: completion for glob qualifiers plusPeter Stephenson1-1/+1
bug fix for _alternative
2007-12-13Peter: 24235: handle underscoresClint Adams1-5/+5
2007-08-01update some .distfilesPeter Stephenson1-0/+1
2007-07-05bad use of indices in _combinationPeter Stephenson1-2/+10
2007-06-1923567: new _complete_help_generic zle non-completion widgetPeter Stephenson1-0/+17
2007-04-16unposted: prepare for release of 4.3.3Peter Stephenson1-1/+1
2007-02-2723198: improve _values -sPeter Stephenson2-4/+3
unposted: document _regex_words -t
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-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
2004-07-2820204: Motoi Washida: typo in _retrieve_cachePeter Stephenson1-1/+1
2004-06-18_arguments fix for configure, unconfirmedPeter Stephenson1-2/+2
2003-09-21users/6606: handle any matching control options passed downOliver Kiddle1-25/+8
2003-07-31tidy up of many completions (updates, fixes, improvements and plain aesthetics)Oliver Kiddle1-1/+1
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-2218458: handle the prefix-needed style in _describe -o and new completion for ↵Oliver Kiddle1-0/+4
renice
2003-03-1318347: fix problems with having more than one ((val\:desc ...)) style actionOliver Kiddle1-3/+2
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-05-23for automatic long options completion, use the string after the equal signs ↵Sven Wischnowsky1-8/+23
(from the --help-text) as the description to shown when completing after the option (17214)
2002-05-23rename max-match-length style to max-matches-width (17213)Sven Wischnowsky1-1/+1