Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 43366: _compdef: Change and add sources for completed completion function names. | Daniel Shahaf | 2018-09-06 | 1 | -2/+3 |
| | | | | | | Use ${(v)_comps} instead of going through $fpath again. Use ${functions} as well to find more legitimate matches, such as various __git_foo() helpers defined in ${^fpath}/_git. | ||||
* | 43073: various completion option updates | Oliver Kiddle | 2018-06-21 | 2 | -3/+5 |
| | |||||
* | 43060: Expand stat completion | dana | 2018-06-20 | 1 | -33/+0 |
| | |||||
* | 42784: complete -s and -x options to the functions builtin | Oliver Kiddle | 2018-05-17 | 1 | -4/+10 |
| | |||||
* | 42299: correct optional argument | Oliver Kiddle | 2018-01-23 | 1 | -1/+1 |
| | |||||
* | 42171: prevent parameters of various parameters from becoming global | Eric Cook | 2018-01-02 | 1 | -1/+1 |
| | |||||
* | 41971: correctly break out of certain tag loops when there are matches | Oliver Kiddle | 2017-11-02 | 1 | -0/+1 |
| | |||||
* | 41965: complete new functions -W and zmodload -s options | Oliver Kiddle | 2017-10-31 | 2 | -1/+3 |
| | |||||
* | 41960: add missing local declarations for MATCH, MBEGIN and MEND | Sebastian Gniazdowski | 2017-10-29 | 1 | -1/+2 |
| | |||||
* | 41927: complete "typeset -p"'s optional argument for multi-line output | Oliver Kiddle | 2017-10-28 | 1 | -1/+1 |
| | |||||
* | 41825/0002: _stat: Complete -x options to zsh/stat's 'zstat'. | Daniel Shahaf | 2017-10-11 | 1 | -15/+21 |
| | |||||
* | 41825/0001: _stat: Only complete 'stat' if it's provided by the zsh/stat ↵ | Daniel Shahaf | 2017-10-11 | 1 | -1/+8 |
| | | | | builtin. | ||||
* | 40965: fix for missing local declarations of expl | Oliver Kiddle | 2017-04-26 | 1 | -1/+1 |
| | |||||
* | unposted: "autooad ~..." also completes file | Peter Stephenson | 2017-01-17 | 1 | -1/+1 |
| | |||||
* | 40332: completion for new autoload features | Peter Stephenson | 2017-01-11 | 1 | -8/+16 |
| | |||||
* | 40035: Cosmetic fixes for comments and documentation. | Eitan Adler | 2016-11-29 | 1 | -1/+1 |
| | | | | Mostly fixes to doubled words. | ||||
* | 40013: process zsh-specific time format extensions correctly | Jun-ichi Takimoto | 2016-11-26 | 1 | -1/+1 |
| | |||||
* | 39917: Complete setsid(1) as a precommand | Daniel Shahaf | 2016-11-17 | 1 | -1/+1 |
| | |||||
* | 39834: when print used with -v and -l, include a final newline | Oliver Kiddle | 2016-11-05 | 2 | -18/+20 |
| | | | | | 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 Kiddle | 2016-11-05 | 1 | -6/+11 |
| | | | | the format is reused | ||||
* | 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, ↵ | Daniel Shahaf | 2016-10-18 | 1 | -1/+1 |
| | | | | | | complete all known styles. Previously, vcs_info styles weren't completed. | ||||
* | 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 |
| | | | | | | | | -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/ | ||||
* | 39423: _zed: Support the '--' end-of-options mark. | Daniel Shahaf | 2016-09-24 | 1 | -3/+5 |
| | | | | This matters for fned'ing vcs_info hooks. | ||||
* | 39370: complete -w and -K options to zle following the widget name and ↵ | Oliver Kiddle | 2016-09-21 | 2 | -1/+3 |
| | | | | numeric base to integer | ||||
* | 38957: make use of updates to match-words-by-style and better support ↵ | Oliver Kiddle | 2016-07-28 | 1 | -2/+5 |
| | | | | completion of word-style styles for zstyle | ||||
* | 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 ↵ | Oliver Kiddle | 2015-08-14 | 1 | -1/+1 |
| | | | | preferences | ||||
* | 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 |
| | | | | This reverts commit dd623b44032b11509ccc2e6f8c307d2f7bd2d722. | ||||
* | 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 |
| | | | | | | 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 Kiddle | 2015-01-25 | 7 | -40/+87 |
| | | | | parameter and globbing flags | ||||
* | _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 |
| | | | | | | | The failure mode was: % zstyle ':vcs_info:*' branchformat "foobar%<TAB> _values:compvalues:10: no multi-letter values with empty separator allowed |