Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-04-14 | _typeset: fix typo | Mikael Magnusson | 1 | -1/+1 | |
2025-04-04 | 53449: do not complete indices for empty array subscripts | Kyle Andelin | 1 | -0/+3 | |
2025-02-13 | 53358: adapt completion to reflect 53348 and extend exclusion lists to cover ↵ | Oliver Kiddle | 1 | -28/+28 | |
more + options | |||||
2025-01-30 | 53338: complete typeset -n option | Oliver Kiddle | 1 | -27/+34 | |
2025-01-02 | unposted: _zparseopts: update per workers/53260 | dana | 1 | -0/+2 | |
2024-08-31 | 53056: new zsh/random module defining an SRANDOM parameter and zrand_float() ↵ | Clinton Bunch | 1 | -1/+1 | |
and zrand_int() math functions | |||||
2024-08-31 | 53057: complete glob qualifiers following an equals expansion | Oliver Kiddle | 1 | -1/+9 | |
2024-04-01 | 52859: use _date_formats for fc and complete -m/-M for vared | Oliver Kiddle | 2 | -1/+3 | |
2024-03-05 | 52646: extend support for highlight groups to completion explanation strings ↵ | Oliver Kiddle | 1 | -8/+13 | |
and WATCHFMT | |||||
2024-02-28 | 52594: support for POSIX real-time signals with kill and trap | Oliver Kiddle | 1 | -4/+5 | |
Also add new -L option to kill for a more verbose listing of signals | |||||
2023-12-05 | 52326, 52372: add -q option to kill for sigqueue | Oliver Kiddle | 1 | -0/+1 | |
2023-11-08 | github #105: add "-I" for "zle" completion | Shotaro Aoyama | 1 | -0/+1 | |
2023-09-20 | 51980: Add glob qualifier grouping operator to completion | Atte Peltomäki | 1 | -0/+1 | |
Also improve wording in documentation to make glob qualifier grouping easier to find by explicit use of terms 'logical OR' and 'logical AND'. | |||||
2023-09-15 | 52142: Move _history_modifiers call to _parameter | Mikael Magnusson | 2 | -5/+5 | |
_parameters is used in many contexts, like assignments in command position, assignment after typeset, etc, where history modifiers are not valid. _brace_parameter already calls _history_modifiers explicitly so this seems more in line with that. | |||||
2023-06-06 | Protect some :s from history modifier expansion | Stephane Chazelas | 1 | -1/+1 | |
2023-05-21 | 51761: Use zstyle verbose for _parameters descriptions | Marlon Richert | 1 | -1/+1 | |
According to the manual, extra-verbose means "more verbose at the cost of a probable decrease in completion speed". That's not the case here. | |||||
2023-05-21 | 51759: Show alias values in command completions | Marlon Richert | 1 | -2/+8 | |
Show the value of each alias when descriptions are shown. Enabled by default. | |||||
2023-05-21 | 51758: Make dynamic dir completion easier to implement | Marlon Richert | 1 | -8/+22 | |
2023-02-24 | 51470 (tweaked, c.f. 51476): Separate cdpath elements in path-directories ↵ | Sebastian Stark | 1 | -2/+9 | |
completion | |||||
2023-01-11 | unposted: mention attributes changes, fix renumbering mistake and allow ↵ | Oliver Kiddle | 1 | -1/+1 | |
completion to offer prompt escapes for PROMPT_EOL_MARK | |||||
2022-07-24 | 50421: add context as the 1st arg to _dispatch | Jun-ichi Takimoto | 1 | -1/+2 | |
2022-05-30 | Marlon Richert: 50307 (cf. PWS 50205): suffix aliases should not collide ↵ | Bart Schaefer | 1 | -0/+1 | |
with directory names when completing | |||||
2022-04-03 | 49959: _brace_parameter: add (-) | Mikael Magnusson | 1 | -1/+2 | |
2022-04-02 | unposted (see 48073): _fc: Complete new -s option | dana | 1 | -1/+2 | |
2022-03-31 | 49932: Update _brace_parameter # description | Matthew Martin | 1 | -1/+1 | |
2021-12-16 | 49648 based on github #80 (Vincent Bernat): invert before/since for date ↵ | Oliver Kiddle | 1 | -5/+3 | |
glob qualifiers completion | |||||
2021-12-13 | 49643: facilitate use of the fake style by always calling _description with ↵ | Oliver Kiddle | 1 | -4/+8 | |
the executables tag for command names Also allow the command-path style to include relative directories. | |||||
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 | |
do not include '-' in onopts so that 'functions -- <TAB>' works. | |||||
2021-07-09 | 49151: remove commas erroneously included in _arguments exclusion lists | Oliver Kiddle | 1 | -10/+10 | |
2021-07-09 | 49150: consistently use singular form for headings on completion match groups | Oliver Kiddle | 10 | -19/+19 | |
2021-05-21 | 48864: Improve extra-verbose completion display strings for array parameter ↵ | Marlon Richert | 1 | -5/+9 | |
values | |||||
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 | |