Age | Commit message (Expand) | Author | Files | Lines |
2022-04-02 | unposted (see 48073): _fc: Complete new -s option | dana | 1 | -1/+2 |
2021-10-30 | 49528: allow multiple -D options to compadd | Oliver Kiddle | 1 | -1/+1 |
2021-09-08 | 49389: leading variables in autoload file completion | Bart Schaefer | 1 | -2/+2 |
2021-09-06 | 48969: fix for "zle -N" completion | Marlon Richert | 1 | -4/+4 |
2021-08-27 | unposted (based on Marlon: 49273): add -x to local completion | Oliver Kiddle | 1 | -2/+2 |
2021-07-30 | 49211: _typeset: correctly set return value | Jun-ichi Takimoto | 1 | -14/+15 |
2021-07-09 | 49150: consistently use singular form for headings on completion match groups | Oliver Kiddle | 7 | -16/+16 |
2021-05-15 | 48710: histed + other zed updates | Bart Schaefer | 1 | -5/+11 |
2021-04-09 | 48378: complete compadd options for other completion functions | Oliver Kiddle | 1 | -37/+84 |
2021-03-29 | 47737: _zstyle: Fix option completion when positional arguments are already p... | dana | 1 | -2/+2 |
2021-02-13 | github #68: support section suffix completion for man pages | taiyu | 1 | -0/+6 |
2021-02-07 | 47929: complete newer possible values for the sort style | Oliver Kiddle | 1 | -1/+5 |
2020-10-25 | 47494, 47495: Add -n option to strftime | Mikael Magnusson | 1 | -5/+7 |
2020-09-06 | unposted: remove periods from completion descriptions | Doug Kearns | 1 | -1/+1 |
2020-08-16 | 47306: edit-command-line: add editor style | Mikael Magnusson | 1 | -0/+1 |
2020-06-11 | users/24892: fix local declaration with recursive-files style and complete it... | Oliver Kiddle | 1 | -4/+6 |
2020-02-19 | 45447: Complete vcs_info_hookadd and vcs_info_hookdel. Expose _vcs_info_hooks... | Daniel Shahaf | 1 | -3/+0 |
2019-10-14 | 44809: _typeset: Complete 'functions -c' | Daniel Shahaf | 1 | -0/+1 |
2019-05-07 | 44274: allow finer control of completion match soring with compadd's -o option | Oliver Kiddle | 1 | -4/+8 |
2019-04-04 | 44201: _command_name: Check for external forcing precommand | Matthew Martin | 1 | -1/+0 |
2019-04-04 | 44200 (tweaked): Completion: Append to precommands in _normal | Matthew Martin | 4 | -14/+4 |
2019-03-21 | 44144: _builtin: Append "builtin" to precommands | Matthew Martin | 1 | -0/+2 |
2019-03-12 | 44100: zparseopts: Add -F option, completion, tests; improve documentation | dana | 1 | -0/+37 |
2019-03-06 | unposted: _zftp: Use 'post' pattern matching | dana | 1 | -1/+1 |
2019-01-01 | 43960: Add full completion for exec and setsid | dana | 2 | -1/+10 |
2018-11-13 | unposted (cf. 43800): Update strftime completion | dana | 1 | -2/+4 |
2018-11-08 | 43784: clarify descriptions on options related to match sorting | Oliver Kiddle | 1 | -3/+3 |
2018-09-06 | 43366: _compdef: Change and add sources for completed completion function names. | Daniel Shahaf | 1 | -2/+3 |
2018-06-21 | 43073: various completion option updates | Oliver Kiddle | 2 | -3/+5 |
2018-06-20 | 43060: Expand stat completion | dana | 1 | -33/+0 |
2018-05-17 | 42784: complete -s and -x options to the functions builtin | Oliver Kiddle | 1 | -4/+10 |
2018-01-23 | 42299: correct optional argument | Oliver Kiddle | 1 | -1/+1 |
2018-01-02 | 42171: prevent parameters of various parameters from becoming global | Eric Cook | 1 | -1/+1 |
2017-11-02 | 41971: correctly break out of certain tag loops when there are matches | Oliver Kiddle | 1 | -0/+1 |
2017-10-31 | 41965: complete new functions -W and zmodload -s options | Oliver Kiddle | 2 | -1/+3 |
2017-10-29 | 41960: add missing local declarations for MATCH, MBEGIN and MEND | Sebastian Gniazdowski | 1 | -1/+2 |
2017-10-28 | 41927: complete "typeset -p"'s optional argument for multi-line output | Oliver Kiddle | 1 | -1/+1 |
2017-10-11 | 41825/0002: _stat: Complete -x options to zsh/stat's 'zstat'. | Daniel Shahaf | 1 | -15/+21 |
2017-10-11 | 41825/0001: _stat: Only complete 'stat' if it's provided by the zsh/stat buil... | Daniel Shahaf | 1 | -1/+8 |
2017-04-26 | 40965: fix for missing local declarations of expl | Oliver Kiddle | 1 | -1/+1 |
2017-01-17 | unposted: "autooad ~..." also completes file | Peter Stephenson | 1 | -1/+1 |
2017-01-11 | 40332: completion for new autoload features | Peter Stephenson | 1 | -8/+16 |
2016-11-29 | 40035: Cosmetic fixes for comments and documentation. | Eitan Adler | 1 | -1/+1 |
2016-11-26 | 40013: process zsh-specific time format extensions correctly | Jun-ichi Takimoto | 1 | -1/+1 |
2016-11-17 | 39917: Complete setsid(1) as a precommand | Daniel Shahaf | 1 | -1/+1 |
2016-11-05 | 39834: when print used with -v and -l, include a final newline | Oliver Kiddle | 2 | -18/+20 |
2016-11-05 | 39389: when printf -v is used with an array use separate elements each time t... | Oliver Kiddle | 1 | -6/+11 |
2016-10-18 | 39657: _zstyle: Complete the -g, -s,-b,-a, -t,-T, -m options. | Daniel Shahaf | 1 | -9/+80 |
2016-10-18 | 39657: _zstyle: When completing a style for an unrecognised context, complete... | Daniel Shahaf | 1 | -1/+1 |
2016-10-18 | 39657: Make a helper function global. | Daniel Shahaf | 1 | -16/+0 |