summaryrefslogtreecommitdiff
path: root/Completion/Base/Utility
AgeCommit message (Expand)AuthorFilesLines
2019-11-06unposted: fix missing local declarations in _sequenceOliver Kiddle1-1/+1
2019-05-0744274: allow finer control of completion match soring with compadd's -o optionOliver Kiddle5-8/+9
2019-04-22unposted: _pick_variant: Use ${(P) ::= rather than evalMatthew Martin1-4/+4
2019-04-0444201: _command_name: Check for external forcing precommandMatthew Martin1-6/+0
2019-03-2144155: _pick_variant: Update builtin checkMatthew Martin1-8/+22
2018-12-3043930: Improve _multi_parts performancedana1-7/+9
2018-12-2343928: _alternative: Evaluate (...) action syntax as with _argumentsdana1-1/+3
2017-12-2842175 + 42177 + 42178: avoid localized output from external commandsJun-ichi Takimoto2-7/+16
2017-08-1841563: fix completion description alignment with _regex_wordsOliver Kiddle1-9/+12
2017-03-0440597: be flexible about order of options to _valuesOliver Kiddle1-3/+4
2016-11-2940035: Cosmetic fixes for comments and documentation.Eitan Adler1-1/+1
2016-09-1639333: include name of command used to gain priviliges in context for command...Oliver Kiddle1-3/+6
2016-09-1139261 (tweaked cf. Daniel: 39275): don't unconditionally elevate privileges w...Oliver Kiddle1-2/+9
2016-09-0638153: change the way long options are examined for "=" signs to more accurat...m0viefreak1-8/+14
2016-06-0938641: allow for values which resemble compadd optionsOliver Kiddle1-1/+1
2016-02-1437972: Redirect stderr to /dev/null in cases where ${~param} might generate e...Barton E. Schaefer1-1/+1
2015-11-2737215: _regex_words: Don't add mismatched parenthesesDaniel Shahaf1-1/+7
2015-09-3036697: handle options of _arguments correctlyJun-ichi Takimoto1-22/+23
2015-06-0235270: _describe: Document a known issue described in 35229Daniel Shahaf1-0/+7
2015-05-3035310 (plus undo 35268 (git 899613f)): fix quoting of cached arraysOliver Kiddle1-2/+9
2015-05-26c.f. 35268: revert completion cache optimisation for nowPeter Stephenson1-9/+2
2015-03-1634671 plus tweaks: Add -1 -2 -J -V -x to _describe, use them to sort 'git --f...Daniel Shahaf1-15/+20
2015-02-1234476: change _store_cache assignment formatBarton E. Schaefer1-2/+9
2015-02-0634456: lopts should be initialized as an arrayJun-ichi Takimoto1-1/+1
2014-10-1333438: use the new way of splitting strings with a dynamic separatorOliver Kiddle1-11/+11
2014-10-0933403: be conservative about redirecting _call_program stderr, the caller may...Barton E. Schaefer1-2/+2
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 fi...Barton E. Schaefer1-1/+1
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
2012-12-16Missing .distfiles entriesPeter Stephenson1-1/+1
2012-11-07users/17382: complete URLs for vim and make _remote_files moreOliver Kiddle1-77/+0
2011-12-1330012: add $state_descrBart Schaefer2-0/+3
2011-12-0929918: Completion: Add new _remote_files() helper and use it to reduce code d...Simon Ruderich2-1/+78
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
2010-08-2228186: replace (...|...) pattern-match with a loop over the alternatives toBart Schaefer1-2/+7
2009-08-2827233: improved _values handling of optional argumentsPeter Stephenson1-1/+1
2009-04-18users/14033 as modified by users/14037 and added doc: allow colon quotingAndrey Borzenkov1-2/+2
2009-02-2826609: _path_files: better (?) fix for globcomplete.Bart Schaefer1-1/+1
2009-01-13Back off 26270 (accept-and-menu-complete).Peter Stephenson1-2/+0
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