about summary refs log tree commit diff
path: root/Completion/Zsh/Type
Commit message (Collapse)AuthorAgeFilesLines
* 47304: _globflags: support specifying more than one flag where appropriateMikael Magnusson2020-08-161-9/+24
|
* github #61: _parameters: Don't leak the variable $ioxiedi2020-07-141-1/+1
|
* 46036: fix colouring in prompt completionOliver Kiddle2020-06-111-3/+3
|
* 45424: completion: Add **/sbin to PATH when completing commands like sudodana2020-03-111-3/+16
| | | | | | | | | | | | | | | | | | * Update _command_names to add **/sbin to PATH when not otherwise overridden and _comp_priv_prefix is set. This ensures that, on systems where unprivileged users don't have **/sbin in their PATHs, we can still complete those commands when they try to run them with e.g. sudo * Update functions for privilege-gaining commands to use the aforementioned mechanism * Fix some other minor issues in _pfexec and _doas Changes from the posted diff: * Fix a minor redundancy in _doas * Add _c_p_p=( '' ) hack to _su
* 45447: Complete vcs_info_hookadd and vcs_info_hookdel. Expose ↵Daniel Shahaf2020-02-191-0/+2
| | | | _vcs_info_hooks as a top-level helper function.
* 44274: allow finer control of completion match soring with compadd's -o optionOliver Kiddle2019-05-071-1/+1
|
* 44201: _command_name: Check for external forcing precommandMatthew Martin2019-04-041-0/+2
|
* 43818: complete math functions for other modules besides zsh/mathfuncOliver Kiddle2018-11-121-5/+8
|
* 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
|