| Commit message (Expand) | Author | Age | Files | Lines |
* | 39834: when print used with -v and -l, include a final newline | Oliver Kiddle | 2016-11-05 | 2 | -18/+20 |
* | 39389: when printf -v is used with an array use separate elements each time t... | Oliver Kiddle | 2016-11-05 | 1 | -6/+11 |
* | 39657: _zstyle: Complete the -g, -s,-b,-a, -t,-T, -m options. | Daniel Shahaf | 2016-10-18 | 1 | -9/+80 |
* | 39657: _zstyle: When completing a style for an unrecognised context, complete... | Daniel Shahaf | 2016-10-18 | 1 | -1/+1 |
* | 39657: Make a helper function global. | Daniel Shahaf | 2016-10-18 | 1 | -16/+0 |
* | 39479 + 39481 minus _path_files hunk (see 39489): Completion: audit 'compset ... | Daniel Shahaf | 2016-10-07 | 1 | -1/+1 |
* | 39423: _zed: Support the '--' end-of-options mark. | Daniel Shahaf | 2016-09-24 | 1 | -3/+5 |
* | 39370: complete -w and -K options to zle following the widget name and numeri... | Oliver Kiddle | 2016-09-21 | 2 | -1/+3 |
* | 38957: make use of updates to match-words-by-style and better support complet... | Oliver Kiddle | 2016-07-28 | 1 | -2/+5 |
* | 38956: factor out zle widget completion into its own function | Oliver Kiddle | 2016-07-28 | 3 | -11/+8 |
* | _print: add -v | Mikael Magnusson | 2016-07-18 | 1 | -0/+2 |
* | 38812: a few new completions and update some command options | Oliver Kiddle | 2016-07-08 | 1 | -0/+2 |
* | 38402: Complete 'eatmydata'. | Daniel Shahaf | 2016-05-04 | 1 | -1/+1 |
* | unposted: _compadd: Fix typo. | Daniel Shahaf | 2016-05-01 | 1 | -1/+1 |
* | unposted: Remove uneeded executability bits. | Daniel Shahaf | 2015-12-03 | 1 | -0/+0 |
* | 36571: Completion for zsocket and updated losetup's completion | Eric Cook | 2015-09-23 | 1 | -0/+14 |
* | 36177: _setopt: complete printexitvalue both ways | Mikael Magnusson | 2015-08-17 | 1 | -2/+3 |
* | 36146: avoid mix of -/ and -g with _files as that just overrides user prefere... | Oliver Kiddle | 2015-08-14 | 1 | -1/+1 |
* | 36119: _strftime: Add completion for zsh/datetime's strftime builtin | Mikael Magnusson | 2015-08-12 | 1 | -0/+12 |
* | 35748: fixes to prompt spec completion where it contains date formats | Oliver Kiddle | 2015-07-09 | 1 | -6/+11 |
* | 35729: new compadd completion | Oliver Kiddle | 2015-07-08 | 1 | -0/+52 |
* | 35527: use list-separator style in cases where separator was hardcoded | Oliver Kiddle | 2015-06-19 | 2 | -13/+13 |
* | 35350: extend "fc -I" to cover listing of "internal" history events only | Barton E. Schaefer | 2015-06-06 | 1 | -14/+15 |
* | 34940: _fc: fix typo breaking completion for history | Oliver Kiddle | 2015-04-24 | 1 | -1/+1 |
* | Revert "34926: _fc: Remove a spurious 2" | Mikael Magnusson | 2015-04-21 | 1 | -1/+1 |
* | 34926: _fc: Remove a spurious 2 | Mikael Magnusson | 2015-04-19 | 1 | -1/+1 |
* | users/20159: completion: zstyle: Add 'show-ambiguity' | Daniel Shahaf | 2015-04-13 | 1 | -0/+1 |
* | Fix ~ and (Q) order in _zattr | Mikael Magnusson | 2015-03-15 | 1 | -1/+1 |
* | 34435: Update emulate completion. | Peter Stephenson | 2015-01-30 | 1 | -2/+4 |
* | 34373, 34374: update completion of builtin commands, modifiers, | Oliver Kiddle | 2015-01-25 | 7 | -40/+87 |
* | _zstyle vcs_info completion: Add missing styles | Daniel Shahaf | 2015-01-25 | 1 | -0/+42 |
* | _zstyle vcs_info: Unbreak branchformat completion | Daniel Shahaf | 2015-01-25 | 1 | -1/+1 |
* | 33977: don't complete widgets as first argument to bindkey | Daniel Shahaf | 2014-12-21 | 1 | -0/+1 |
* | 33485: fixes for zstyle context handling | Oliver Kiddle | 2014-10-21 | 2 | -16/+9 |
* | 33420: complete -R/-m options and fix feature completion | Oliver Kiddle | 2014-10-10 | 1 | -18/+24 |
* | 33323: fix bug in removing math functions and complete -M option to functions | Oliver Kiddle | 2014-10-02 | 1 | -4/+11 |
* | 33061: More useful setopt / unsetopt completion | Mikael Magnusson | 2014-09-06 | 2 | -18/+14 |
* | 33047: use git to simplify massively source distribution file selection | Peter Stephenson | 2014-08-23 | 1 | -49/+0 |
* | 32925: complete process groups, partly as a way to suppress insertion of ambi... | Oliver Kiddle | 2014-08-13 | 1 | -1/+5 |
* | 32528: vcs_info: Add check-for-staged-changes | Daniel Shahaf | 2014-04-05 | 1 | -0/+2 |
* | users/18335: avoid passing to "functions" those typeset options that it does ... | Barton E. Schaefer | 2014-01-19 | 1 | -2/+2 |
* | 32205: skip cdpath search when prefix begins with "../" | Barton E. Schaefer | 2013-12-30 | 1 | -1/+1 |
* | 32190: quote _path_files -W path when completing relative to ../ | Barton E. Schaefer | 2013-12-28 | 1 | -1/+1 |
* | 32031 plus missed _run_help: get helpfiles install path corect in functions | Peter Stephenson | 2013-11-23 | 1 | -1/+1 |
* | 32008: complete "." and ":" for run-help, clean Doc/help in make | Martin Vaeth | 2013-11-18 | 2 | -1/+2 |
* | 31959 (plus tweak to .gitignore): make help files during installation | Martin Vaeth | 2013-11-12 | 1 | -0/+7 |
* | 31806: _enable _disable: Workaround special characters in alias and function ... | Mikael Magnusson | 2013-10-11 | 2 | -6/+18 |
* | 31805: Update _enable and _disable for -p, fix related typo in docs | Mikael Magnusson | 2013-10-11 | 2 | -7/+10 |
* | 31714: handle ".." properly when $PWD or the path prefix traverses a symbolic... | Barton E. Schaefer | 2013-09-10 | 1 | -2/+14 |
* | 31061: "functions" completion takes account of options already | Peter Stephenson | 2013-02-22 | 1 | -2/+26 |