about summary refs log tree commit diff
path: root/Completion/Base/Utility
Commit message (Expand)AuthorAgeFilesLines
* github #63: fix regression caused by 44274, with sort style -o could break _v...oxiedi2021-02-071-1/+1
* 47395: _store_cache: Don't leak the variable ${_cache_dir}.Jacob Menke2020-09-221-1/+1
* 45895: ignore deduplication patterns in _sequenceoxiedi2020-06-261-2/+2
* 45730: _arguments: Add the -0 flag, which makes $opt_args be populated sanely.Daniel Shahaf2020-05-031-3/+5
* 45130: _multi_parts: Always pass -f to compadd if given by callerdana2019-12-261-1/+1
* unposted: fix missing local declarations in _sequenceOliver Kiddle2019-11-061-1/+1
* 44274: allow finer control of completion match soring with compadd's -o optionOliver Kiddle2019-05-075-8/+9
* unposted: _pick_variant: Use ${(P) ::= rather than evalMatthew Martin2019-04-221-4/+4
* 44201: _command_name: Check for external forcing precommandMatthew Martin2019-04-041-6/+0
* 44155: _pick_variant: Update builtin checkMatthew Martin2019-03-211-8/+22
* 43930: Improve _multi_parts performancedana2018-12-301-7/+9
* 43928: _alternative: Evaluate (...) action syntax as with _argumentsdana2018-12-231-1/+3
* 42175 + 42177 + 42178: avoid localized output from external commandsJun-ichi Takimoto2017-12-282-7/+16
* 41563: fix completion description alignment with _regex_wordsOliver Kiddle2017-08-181-9/+12
* 40597: be flexible about order of options to _valuesOliver Kiddle2017-03-041-3/+4
* 40035: Cosmetic fixes for comments and documentation.Eitan Adler2016-11-291-1/+1
* 39333: include name of command used to gain priviliges in context for command...Oliver Kiddle2016-09-161-3/+6
* 39261 (tweaked cf. Daniel: 39275): don't unconditionally elevate privileges w...Oliver Kiddle2016-09-111-2/+9
* 38153: change the way long options are examined for "=" signs to more accurat...m0viefreak2016-09-061-8/+14
* 38641: allow for values which resemble compadd optionsOliver Kiddle2016-06-091-1/+1
* 37972: Redirect stderr to /dev/null in cases where ${~param} might generate e...Barton E. Schaefer2016-02-141-1/+1
* 37215: _regex_words: Don't add mismatched parenthesesDaniel Shahaf2015-11-271-1/+7
* 36697: handle options of _arguments correctlyJun-ichi Takimoto2015-09-301-22/+23
* 35270: _describe: Document a known issue described in 35229Daniel Shahaf2015-06-021-0/+7
* 35310 (plus undo 35268 (git 899613f)): fix quoting of cached arraysOliver Kiddle2015-05-301-2/+9
* c.f. 35268: revert completion cache optimisation for nowPeter Stephenson2015-05-261-9/+2
* 34671 plus tweaks: Add -1 -2 -J -V -x to _describe, use them to sort 'git --f...Daniel Shahaf2015-03-161-15/+20
* 34476: change _store_cache assignment formatBarton E. Schaefer2015-02-121-2/+9
* 34456: lopts should be initialized as an arrayJun-ichi Takimoto2015-02-061-1/+1
* 33438: use the new way of splitting strings with a dynamic separatorOliver Kiddle2014-10-131-11/+11
* 33403: be conservative about redirecting _call_program stderr, the caller may...Barton E. Schaefer2014-10-091-2/+2
* 33223: discard stderr except when _complete_debug is in progress.Barton E. Schaefer2014-09-231-2/+15
* 33205: keep array of completions and array of display strings in sync when fi...Barton E. Schaefer2014-09-191-1/+1
* 33047: use git to simplify massively source distribution file selectionPeter Stephenson2014-08-231-23/+0
* 32997: new utility function for separated listsOliver Kiddle2014-08-141-0/+39
* 31369: set locale for completion if locale command is not usablePeter Stephenson2013-05-041-3/+10
* 31355: _comp_locale tries to sanitise locales but keep CTYPE;Peter Stephenson2013-04-292-5/+34
* Missing .distfiles entries zsh-5.0.0-test-1Peter Stephenson2012-12-161-1/+1
* users/17382: complete URLs for vim and make _remote_files moreOliver Kiddle2012-11-071-77/+0
* 30012: add $state_descrBart Schaefer2011-12-132-0/+3
* 29918: Completion: Add new _remote_files() helper and use it to reduce code d...Simon Ruderich2011-12-092-1/+78
* 29820: _pick_variant -b to match builtinPeter Stephenson2011-10-141-1/+7
* 29307, 29308 + replies: Fix some doubled words in docs and comments.Mikael Magnusson2011-05-191-1/+1
* Mikael: 28531: typosPeter Stephenson2010-12-161-1/+1
* unposted: remove users/15622 _pick_variant changePeter Stephenson2010-12-071-1/+1
* users/15621: compdef -p/-P <pat>=<service>Peter Stephenson2010-12-061-1/+1
* 28186: replace (...|...) pattern-match with a loop over the alternatives toBart Schaefer2010-08-221-2/+7
* 27233: improved _values handling of optional argumentsPeter Stephenson2009-08-281-1/+1
* users/14033 as modified by users/14037 and added doc: allow colon quotingAndrey Borzenkov2009-04-181-2/+2
* 26609: _path_files: better (?) fix for globcomplete.Bart Schaefer2009-02-281-1/+1