about summary refs log tree commit diff
path: root/Completion/Zsh
Commit message (Collapse)AuthorAgeFilesLines
* unposted: fix descriptions in previous -zcalc commit (cosmetic)Peter Stephenson2015-05-051-4/+4
|
* 35033: trivial zcalc completionPeter Stephenson2015-05-051-0/+7
|
* 34940: _fc: fix typo breaking completion for historyOliver Kiddle2015-04-241-1/+1
|
* Revert "34926: _fc: Remove a spurious 2"Mikael Magnusson2015-04-211-1/+1
| | | | This reverts commit dd623b44032b11509ccc2e6f8c307d2f7bd2d722.
* 34926: _fc: Remove a spurious 2Mikael Magnusson2015-04-191-1/+1
|
* users/20159: completion: zstyle: Add 'show-ambiguity'Daniel Shahaf2015-04-131-0/+1
|
* Fix ~ and (Q) order in _zattrMikael Magnusson2015-03-151-1/+1
|
* New completion for add-zsh-hookDaniel Shahaf2015-03-051-0/+24
|
* 34435: Update emulate completion.Peter Stephenson2015-01-301-2/+4
| | | | | | Add new feature to run command in emulation. Factor out handling of quoted command string to new function.
* 34373, 34374: update completion of builtin commands, modifiers,Oliver Kiddle2015-01-2511-89/+162
| | | | parameter and globbing flags
* _zstyle vcs_info completion: Add missing stylesDaniel Shahaf2015-01-251-0/+42
|
* _zstyle vcs_info: Unbreak branchformat completionDaniel Shahaf2015-01-251-1/+1
| | | | | | | The failure mode was: % zstyle ':vcs_info:*' branchformat "foobar%<TAB> _values:compvalues:10: no multi-letter values with empty separator allowed
* 33977: don't complete widgets as first argument to bindkeyDaniel Shahaf2014-12-211-0/+1
|
* 33883: documentation for (*) glob qualifierDaniel Shahaf2014-12-071-1/+1
|
* 33485: fixes for zstyle context handlingOliver Kiddle2014-10-212-16/+9
|
* 33420: complete -R/-m options and fix feature completionOliver Kiddle2014-10-101-18/+24
|
* 33323: fix bug in removing math functions and complete -M option to functionsOliver Kiddle2014-10-021-4/+11
|
* 33061: More useful setopt / unsetopt completionMikael Magnusson2014-09-062-18/+14
|
* 33047: use git to simplify massively source distribution file selectionPeter Stephenson2014-08-235-95/+0
|
* 32925: complete process groups, partly as a way to suppress insertion of ↵Oliver Kiddle2014-08-131-1/+5
| | | | ambiguous PID prefix
* 32694: the number of matches to find is the suffix argument of (Y) qualifierDaniel Shahaf2014-06-031-0/+1
|
* 32528: vcs_info: Add check-for-staged-changesDaniel Shahaf2014-04-051-0/+2
|
* 32412 / 32415: New giga- and terabyte units for glob qualifiersManuel Presnitz2014-03-011-3/+3
|
* 32303: simplistic completion after $x:Peter Stephenson2014-01-282-0/+8
|
* users/18335: avoid passing to "functions" those typeset options that it does ↵Barton E. Schaefer2014-01-191-2/+2
| | | | not accept
* 32205: skip cdpath search when prefix begins with "../"Barton E. Schaefer2013-12-301-1/+1
|
* 32190: quote _path_files -W path when completing relative to ../Barton E. Schaefer2013-12-281-1/+1
|
* users/18219: compadd -Q for builtins, aliases, and reserved wordsBarton E. Schaefer2013-12-151-3/+3
|
* 32031 plus missed _run_help: get helpfiles install path corect in functionsPeter Stephenson2013-11-231-1/+1
|
* 32008: complete "." and ":" for run-help, clean Doc/help in makeMartin Vaeth2013-11-182-1/+2
|
* 31959 (plus tweak to .gitignore): make help files during installationMartin Vaeth2013-11-121-0/+7
|
* 31806: _enable _disable: Workaround special characters in alias and function ↵Mikael Magnusson2013-10-112-6/+18
| | | | names breaking _arguments syntax
* 31805: Update _enable and _disable for -p, fix related typo in docsMikael Magnusson2013-10-112-7/+10
|
* 31714: handle ".." properly when $PWD or the path prefix traverses a ↵Barton E. Schaefer2013-09-101-2/+14
| | | | symbolic link.
* improved math context completion: functionsPeter Stephenson2013-03-176-2/+28
|
* 31061: "functions" completion takes account of options alreadyPeter Stephenson2013-02-221-2/+26
| | | | on the command line
* 31058: add completion of options from newer versions of some commandsOliver Kiddle2013-02-211-14/+18
|
* 30466: Add prompt format and printf format completion.Mikael Magnusson2012-05-141-32/+84
|
* 30431 with typo in _typeset fix:Peter Stephenson2012-04-221-2/+4
| | | | add ${...:|...} and ${...:*...} operators, as documented
* 30021: _globquals: Add d flag, show what unit the digits are entered in.Mikael Magnusson2011-12-141-7/+9
|
* 30012: add $state_descrBart Schaefer2011-12-131-1/+1
|
* 29741: _zattr: add ret=0 and fix filename globbing.Mikael Magnusson2011-09-061-2/+2
|
* unposted: move _schedtool to correct dirMikael Magnusson2011-08-182-26/+0
|
* 29682: new _schedtool completerMikael Magnusson2011-08-172-0/+26
|
* 29618: Fix some syntax to not depend on SHORT_LOOPS being set.Mikael Magnusson2011-07-271-1/+3
|
* unposted: clean up completion descriptions as per Etc/completion-style-guideDoug Kearns2011-06-201-13/+13
|
* 29459: Further fixes for parameter flag completion,Peter Stephenson2011-06-041-1/+1
| | | | plus drive-by fix for double-quoted parameter completion with flags
* 29452: allow completion of parameter flagsPeter Stephenson2011-06-031-0/+187
|
* 29438: complete dynamic directory names in command positionMikael Magnusson2011-06-031-1/+1
|
* Greg Klanderman: 28887: fix quoting in defs arrayBart Schaefer2011-03-121-1/+1
|