| Commit message (Expand) | Author | Age | Files | Lines |
* | 44970: _brace_parameter: Update the description of S flag | Sebastian Gniazdowski | 2019-12-04 | 1 | -1/+1 |
* | 44809: _typeset: Complete 'functions -c' | Daniel Shahaf | 2019-10-14 | 1 | -0/+1 |
* | 44274: allow finer control of completion match soring with compadd's -o option | Oliver Kiddle | 2019-05-07 | 2 | -5/+9 |
* | 44201: _command_name: Check for external forcing precommand | Matthew Martin | 2019-04-04 | 2 | -1/+2 |
* | 44200 (tweaked): Completion: Append to precommands in _normal | Matthew Martin | 2019-04-04 | 4 | -14/+4 |
* | 44144: _builtin: Append "builtin" to precommands | Matthew Martin | 2019-03-21 | 1 | -0/+2 |
* | 44100: zparseopts: Add -F option, completion, tests; improve documentation | dana | 2019-03-12 | 1 | -0/+37 |
* | unposted: _zftp: Use 'post' pattern matching | dana | 2019-03-06 | 1 | -1/+1 |
* | 44001: _brace_parameter: Complete (q+) | dana | 2019-01-21 | 1 | -0/+1 |
* | 43960: Add full completion for exec and setsid | dana | 2019-01-01 | 2 | -1/+10 |
* | unposted (cf. 43800): Update strftime completion | dana | 2018-11-13 | 1 | -2/+4 |
* | 43818: complete math functions for other modules besides zsh/mathfunc | Oliver Kiddle | 2018-11-12 | 1 | -5/+8 |
* | 43784: clarify descriptions on options related to match sorting | Oliver Kiddle | 2018-11-08 | 1 | -3/+3 |
* | unposted (c.f. Bart: 43739): use a correct description for the @ parameter ex... | Oliver Kiddle | 2018-11-08 | 1 | -1/+1 |
* | 43366: _compdef: Change and add sources for completed completion function names. | Daniel Shahaf | 2018-09-06 | 1 | -2/+3 |
* | 43185: Use [ suffix for associative arrays; add + to remove-chars | Matthew Martin | 2018-07-29 | 1 | -1/+2 |
* | 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 | 2 | -2/+4 |
* | 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 buil... | Daniel Shahaf | 2017-10-11 | 1 | -1/+8 |
* | 41831: fix compset usage in ogg123 completion and tweak where compset -p is a... | Oliver Kiddle | 2017-10-11 | 1 | -1/+1 |
* | 41827: correct sense of description for ${...:?...} expansion | Oliver Kiddle | 2017-10-07 | 1 | -1/+1 |
* | 41826: dana: fix inaccuracies in completion description wording for parameter... | dana | 2017-10-07 | 1 | -4/+4 |
* | 41762: fix for completion in assignment to associative array element | Oliver Kiddle | 2017-09-28 | 1 | -1/+1 |
* | 40965: fix for missing local declarations of expl | Oliver Kiddle | 2017-04-26 | 4 | -1/+4 |
* | unposted: Port 40617 to the completion. | Daniel Shahaf | 2017-02-25 | 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 |
* | users/22182: Propagate 22161 docs patch to completion descriptions. | Daniel Shahaf | 2016-12-10 | 1 | -1/+1 |
* | 40114: complete :/ with other parameter operators | Oliver Kiddle | 2016-12-08 | 1 | -0/+1 |
* | 40035: Cosmetic fixes for comments and documentation. | Eitan Adler | 2016-11-29 | 2 | -2/+2 |
* | unposted: Complete the $foo[(f)] flag. | Daniel Shahaf | 2016-11-29 | 1 | -0/+1 |
* | 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 | 3 | -20/+23 |
* | 39389: when printf -v is used with an array use separate elements each time t... | Oliver Kiddle | 2016-11-05 | 2 | -8/+12 |
* | 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 | 2 | -16/+14 |
* | 39479 + 39481 minus _path_files hunk (see 39489): Completion: audit 'compset ... | Daniel Shahaf | 2016-10-07 | 5 | -3/+9 |
* | 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 |
* | 39332: support ksh's [[ -v varname ]] condition for checking if variables are... | Oliver Kiddle | 2016-09-16 | 1 | -0/+3 |