about summary refs log tree commit diff
path: root/Completion/Zsh
Commit message (Collapse)AuthorAgeFilesLines
* 36177: _setopt: complete printexitvalue both waysMikael Magnusson2015-08-171-2/+3
|
* 36146: avoid mix of -/ and -g with _files as that just overrides user ↵Oliver Kiddle2015-08-142-4/+2
| | | | preferences
* 36127: assorted minor completion function changesOliver Kiddle2015-08-121-1/+1
|
* 36119: _strftime: Add completion for zsh/datetime's strftime builtinMikael Magnusson2015-08-121-0/+12
|
* 35970: completion: fix typos in _git and _brace_parameterDaniel Hahler2015-08-021-1/+1
|
* 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-092-6/+168
|
* 35729: new compadd completionOliver Kiddle2015-07-081-0/+52
|
* 35718: new calendar style date completionOliver Kiddle2015-07-071-5/+6
|
* 35673: Improve _zargsMikael Magnusson2015-07-031-20/+44
|
* 35568: use symlinks in /proc/$$/path on Solaris and procstat on FreeBSDOliver Kiddle2015-06-231-31/+35
|
* 35527: use list-separator style in cases where separator was hardcodedOliver Kiddle2015-06-192-13/+13
|
* 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
|
* 35350: extend "fc -I" to cover listing of "internal" history events onlyBarton E. Schaefer2015-06-061-14/+15
|
* 35139: complete the new (b) parameter flagOliver Kiddle2015-05-151-0/+1
|
* 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
|