about summary refs log tree commit diff
path: root/Completion/Zsh/Type
Commit message (Collapse)AuthorAgeFilesLines
* 43185: Use [ suffix for associative arrays; add + to remove-charsMatthew Martin2018-07-291-1/+2
|
* 41960: add missing local declarations for MATCH, MBEGIN and MENDSebastian Gniazdowski2017-10-291-1/+2
|
* 41831: fix compset usage in ogg123 completion and tweak where compset -p is ↵Oliver Kiddle2017-10-111-1/+1
| | | | a better choice than -P
* 39834: when print used with -v and -l, include a final newlineOliver Kiddle2016-11-051-2/+3
| | | | | Also complete print -S option and make further use of the new printf to an array feature in other completion functions.
* 39389: when printf -v is used with an array use separate elements each time ↵Oliver Kiddle2016-11-051-2/+1
| | | | the format is reused
* 39657: Make a helper function global.Daniel Shahaf2016-10-181-0/+14
|
* 39479 + 39481 minus _path_files hunk (see 39489): Completion: audit 'compset ↵Daniel Shahaf2016-10-074-2/+8
| | | | | | | | -P' calls to use shortest match where applicable, plus random drive-by tweaks. Found by grepping for patterns that can match needles of various lengths: :grep 'compset -[PS].*[\#^*()\|<>?~\]' Completion/
* 39046 + 39061: New :P history modifier.Daniel Shahaf2016-08-221-2/+3
|
* 38956: factor out zle widget completion into its own functionOliver Kiddle2016-07-281-0/+9
|
* 38735: support verbose style to allow clearer but less compact descriptions ↵Oliver Kiddle2016-06-221-4/+20
| | | | for time specifiers
* 38736: various RPN mode enhancements for zcalcPeter Stephenson2016-06-212-2/+2
|
* 38707: strip suffix for glob qualifier completionOliver Kiddle2016-06-181-1/+1
|
* unposted: Fix broken case condition and "qualifer" typoMikael Magnusson2015-09-282-2/+2
|
* 36146: avoid mix of -/ and -g with _files as that just overrides user ↵Oliver Kiddle2015-08-141-3/+1
| | | | preferences
* 35753: allow for numbers after the ( in ternary expressions and fix ↵Oliver Kiddle2015-07-231-10/+9
| | | | backslash quoting
* users/20324: add (D) flag for tilde-fied completion listingBarton E. Schaefer2015-07-221-3/+3
| | | | | Also move some more recent code so an old comment is connected to the correct bit of older code
* unposted: _ps1234: Fix ternary test char completionMikael Magnusson2015-07-151-3/+3
|
* 35756: use the actual colours in the completion list for terminal coloursOliver Kiddle2015-07-141-16/+30
|
* 35748: fixes to prompt spec completion where it contains date formatsOliver Kiddle2015-07-091-0/+157
|
* 35718: new calendar style date completionOliver Kiddle2015-07-071-5/+6
|
* 35568: use symlinks in /proc/$$/path on Solaris and procstat on FreeBSDOliver Kiddle2015-06-231-31/+35
|
* 35521: sort matches numerically and use pfiles on SolarisOliver Kiddle2015-06-181-13/+24
|
* 35490: silence errors and avoid blank match due to missing localEric Cook2015-06-181-8/+21
|
* 34373, 34374: update completion of builtin commands, modifiers,Oliver Kiddle2015-01-252-1/+11
| | | | parameter and globbing flags
* 33883: documentation for (*) glob qualifierDaniel Shahaf2014-12-071-1/+1
|
* 33047: use git to simplify massively source distribution file selectionPeter Stephenson2014-08-231-25/+0
|
* 32694: the number of matches to find is the suffix argument of (Y) qualifierDaniel Shahaf2014-06-031-0/+1
|
* 32412 / 32415: New giga- and terabyte units for glob qualifiersManuel Presnitz2014-03-011-3/+3
|
* 32303: simplistic completion after $x:Peter Stephenson2014-01-281-0/+5
|
* users/18219: compadd -Q for builtins, aliases, and reserved wordsBarton E. Schaefer2013-12-151-3/+3
|
* improved math context completion: functionsPeter Stephenson2013-03-174-0/+24
|
* 30021: _globquals: Add d flag, show what unit the digits are entered in.Mikael Magnusson2011-12-141-7/+9
|
* 29618: Fix some syntax to not depend on SHORT_LOOPS being set.Mikael Magnusson2011-07-271-1/+3
|
* Greg Klanderman: 28887: fix quoting in defs arrayBart Schaefer2011-03-121-1/+1
|
* Greg Klanderman: 28846: adapt prefix-needed zstyle to handle theBart Schaefer2011-03-083-6/+18
| | | | completion function naming convention of a leading underscore.
* Mikael: 27980: completion typoPeter Stephenson2010-05-281-1/+1
|
* Mikael: 27707: glob qualifiers with argument completionPeter Stephenson2010-02-131-36/+63
|
* unposted: add P to list of glob qualifiers to completePeter Stephenson2010-02-121-0/+1
|
* 27694: add P glob qualifier for prependingPeter Stephenson2010-02-091-2/+2
|
* Mikael: 27642: missing glob qualifier completionPeter Stephenson2010-01-311-0/+3
|
* 26756: handle completion following :s modifierPeter Stephenson2009-03-191-4/+4
|
* 26746: tweak history modifier completionPeter Stephenson2009-03-171-0/+2
|
* 26713: add #autoloadBart Schaefer2009-03-131-0/+2
|
* 26022: fix on Solaris where /proc/$$/fd exists but doesn't contain symlinksOliver Kiddle2008-11-101-2/+2
|
* add completion of globbing flagsOliver Kiddle2008-11-103-3/+37
|
* 25131: typo with b:zstat loading zstatPeter Stephenson2008-06-031-1/+1
|
* unposted: fix some .distfiles and .cvsignore stuffPeter Stephenson2008-03-151-4/+19
|
* 24588: tweak glob qualifier completionPeter Stephenson2008-02-232-14/+9
| | | | 24590: turn down error reporting when unquoting
* 24585: completion for glob qualifiers plusPeter Stephenson2008-02-234-0/+357
| | | | bug fix for _alternative
* 23783: use _path_commands.Clint Adams2007-08-191-1/+1
|