Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-05-15 | 48710: histed + other zed updates | Bart Schaefer | 1 | -5/+11 | |
2021-04-19 | Add -L to add-(zsh|zle)-hook[-widget] completion | Marlon Richert | 2 | -6/+12 | |
…and hide mutually exclusive options. | |||||
2021-04-17 | 48361 (+ 48368 review comments): __arguments: New completion function for ↵ | Daniel Shahaf | 1 | -0/+44 | |
_arguments. In the penultimate paragraph of the comment, the two possibilities for the relative path cover three cases: - The comment is read in the source tree - The comment is read in an installed tree with --enable-function-subdirs - The comment is read in an installed tree with --disable-function-subdirs Review-by: Matthew Martin Review-by: Oliver Kiddle | |||||
2021-04-16 | 48513: Let extra-verbose completion show parameter values | Marlon Richert | 1 | -14/+30 | |
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 ↵ | dana | 1 | -2/+2 | |
present (regression from workers/39659 (commit ae3b675ce6e4ac62451ea08169c2b4dc45cf533b)) The following case: LBUFFER='zstyle -' RBUFFER=' foo bar' Before this patch, completed 'context pattern' (from the first positional argument). With this patch, completes options, which is correct. | |||||
2021-02-13 | github #68: support section suffix completion for man pages | taiyu | 1 | -0/+6 | |
Support prepend and suffix values for insert-sections Add values for insert-sections for zstyle completion | |||||
2021-02-07 | 47929: complete newer possible values for the sort style | Oliver Kiddle | 1 | -1/+5 | |
2021-01-27 | 47873: Improve completion within dynamic directory names | Peter Stephenson | 1 | -1/+3 | |
2020-10-25 | 47494, 47495: Add -n option to strftime | Mikael Magnusson | 1 | -5/+7 | |
2020-09-13 | 47364: Enable extendedglob in pattern with ${(*)name/pattern/replacement} | Bart Schaefer | 1 | -0/+1 | |
Mikael Magnusson: 47382: Completion for 47364 | |||||
2020-09-06 | unposted: remove periods from completion descriptions | Doug Kearns | 1 | -1/+1 | |
As per the completion-style-guide recommendations. | |||||
2020-08-16 | 47306: edit-command-line: add editor style | Mikael Magnusson | 1 | -0/+1 | |
2020-08-16 | 47304: _globflags: support specifying more than one flag where appropriate | Mikael Magnusson | 1 | -9/+24 | |
2020-07-14 | github #61: _parameters: Don't leak the variable $i | oxiedi | 1 | -1/+1 | |
2020-06-11 | 46036: fix colouring in prompt completion | Oliver Kiddle | 1 | -3/+3 | |
2020-06-11 | users/24892: fix local declaration with recursive-files style and complete ↵ | Oliver Kiddle | 1 | -4/+6 | |
it for zstyle | |||||
2020-03-11 | 45424: completion: Add **/sbin to PATH when completing commands like sudo | dana | 1 | -3/+16 | |
* Update _command_names to add **/sbin to PATH when not otherwise overridden and _comp_priv_prefix is set. This ensures that, on systems where unprivileged users don't have **/sbin in their PATHs, we can still complete those commands when they try to run them with e.g. sudo * Update functions for privilege-gaining commands to use the aforementioned mechanism * Fix some other minor issues in _pfexec and _doas Changes from the posted diff: * Fix a minor redundancy in _doas * Add _c_p_p=( '' ) hack to _su | |||||
2020-02-19 | 45447: Complete vcs_info_hookadd and vcs_info_hookdel. Expose ↵ | Daniel Shahaf | 3 | -3/+33 | |
_vcs_info_hooks as a top-level helper function. | |||||
2020-01-19 | _brace_parameter: add missing \ | Mikael Magnusson | 1 | -1/+1 | |
2019-12-04 | 44970: _brace_parameter: Update the description of S flag | Sebastian Gniazdowski | 1 | -1/+1 | |
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 | 2 | -5/+9 | |
2019-04-04 | 44201: _command_name: Check for external forcing precommand | Matthew Martin | 2 | -1/+2 | |
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 | |
* Enable zparseopts to perform basic usage validation (aborting on an unrecognised option-like parameter) * Officially document the resolution of ambiguous option specs | |||||
2019-03-06 | unposted: _zftp: Use 'post' pattern matching | dana | 1 | -1/+1 | |
_zftp's use of `#compdef -p`, combined with inaccurate sub-command matching in the function, was causing it to clobber the completion for other commands, notably zf_mkdir from zsh/files. To avoid this, use -P instead | |||||
2019-01-21 | 44001: _brace_parameter: Complete (q+) | dana | 1 | -0/+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-12 | 43818: complete math functions for other modules besides zsh/mathfunc | Oliver Kiddle | 1 | -5/+8 | |
2018-11-08 | 43784: clarify descriptions on options related to match sorting | Oliver Kiddle | 1 | -3/+3 | |
2018-11-08 | unposted (c.f. Bart: 43739): use a correct description for the @ parameter ↵ | Oliver Kiddle | 1 | -1/+1 | |
expansion flag | |||||
2018-09-06 | 43366: _compdef: Change and add sources for completed completion function names. | Daniel Shahaf | 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. | |||||
2018-07-29 | 43185: Use [ suffix for associative arrays; add + to remove-chars | Matthew Martin | 1 | -1/+2 | |
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 | 2 | -2/+4 | |
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 ↵ | Daniel Shahaf | 1 | -1/+8 | |
builtin. | |||||
2017-10-11 | 41831: fix compset usage in ogg123 completion and tweak where compset -p is ↵ | Oliver Kiddle | 1 | -1/+1 | |
a better choice than -P | |||||
2017-10-07 | 41827: correct sense of description for ${...:?...} expansion | Oliver Kiddle | 1 | -1/+1 | |
2017-10-07 | 41826: dana: fix inaccuracies in completion description wording for ↵ | dana | 1 | -4/+4 | |
parameter expansion flags |