Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-01-03 | 53293: fix menu() and texinode() in yodl docs | Jun-ichi Takimoto | 1 | -5/+5 | |
2024-12-16 | 52108: docs: document benefits of `_normal -p` | dana | 1 | -3/+9 | |
note: commit was severely delayed | |||||
2024-11-11 | 53174: add Completion/Base/Utility/_as_if | Eric Cook | 1 | -0/+8 | |
2024-08-26 | unposted: remove reference to removed sample code | Jun-ichi Takimoto | 1 | -4/+0 | |
the example in expn.yo was mdified by commit bb441f77a7 and does not use _wanted any more | |||||
2024-03-05 | 52646: extend support for highlight groups to completion explanation strings ↵ | Oliver Kiddle | 1 | -2/+2 | |
and WATCHFMT | |||||
2023-08-27 | 52028: improvements to _shadow / _unshadow, plus helper and doc | Bart Schaefer | 1 | -23/+30 | |
2023-07-26 | unposted (cf. 51899): document _shadow | Bart Schaefer | 1 | -0/+44 | |
2022-04-06 | 49960: Sort lists in zshcompsys | Matthew Martin | 1 | -40/+40 | |
2022-03-29 | 49917: change sense of "Ignore insecure ..." answer and use "autoload -r" | Bart Schaefer | 1 | -1/+1 | |
2021-11-26 | 49447: docs: _wanted: Clarify the example and point to another one. | Daniel Shahaf | 1 | -1/+5 | |
2021-11-24 | 49597: add a helper for completing numbers with unit suffixes and separate ↵ | Oliver Kiddle | 1 | -2/+79 | |
out defaults, ranges and units in completion descriptions | |||||
2021-11-19 | 49575: clarify _alternative's action syntax | Arseny Maslennikov | 1 | -2/+12 | |
2021-11-12 | 49566: document the _default function | Oliver Kiddle | 1 | -0/+9 | |
2021-11-12 | 49564: always use descriptions included in the file-patterns style and allow ↵ | Oliver Kiddle | 1 | -6/+17 | |
the recursive-files style to also work in those cases | |||||
2021-11-12 | 49562: remove old documentation for other-files tag that was removed in 36165 | Oliver Kiddle | 1 | -8/+1 | |
2021-03-29 | unposted: docs: _arguments: Fix a typo in the example. | Daniel Shahaf | 1 | -1/+1 | |
2021-02-13 | github #68: support section suffix completion for man pages | taiyu | 1 | -3/+7 | |
Support prepend and suffix values for insert-sections Add values for insert-sections for zstyle completion | |||||
2020-12-05 | unposted: index compprefuncs and comppostfuncs | Bart Schaefer | 1 | -0/+2 | |
2020-05-17 | unposted: remove blank line that messed up "man" formatting | Bart Schaefer | 1 | -1/+0 | |
2020-05-16 | users/24843: zshcompsys(1): Point to the 'format' style from the 'tag-order' ↵ | Daniel Shahaf | 1 | -0/+3 | |
style. | |||||
2020-05-03 | 45730: _arguments: Add the -0 flag, which makes $opt_args be populated sanely. | Daniel Shahaf | 1 | -3/+22 | |
Also, write/extend docstrings for sepjoin() and zjoin(). | |||||
2020-05-02 | 45739: docs: Clarifications about zstyle patterns. | Daniel Shahaf | 1 | -11/+17 | |
- Consistently use the term "pattern" rather than "context" or "style pattern" - Correct statements about order of precedence of patterns - Give the rationale for the "rule of thumb" | |||||
2020-04-20 | 45702: compsys: Improve documentation of {insert,separate}-sections | dana | 1 | -3/+22 | |
2020-01-14 | users/24659: Cross-ref doc for matchers. | Peter Stephenson | 1 | -0/+6 | |
2020-01-05 | 45184: Clarify documentation of %-sequences understood by compadd -[Xx] | dana | 1 | -11/+9 | |
2019-12-20 | 45055: Clarify _files documentation | dana | 1 | -3/+6 | |
2019-11-08 | unposted: _values: Use the formal parameter's name in the docstring. | Daniel Shahaf | 1 | -1/+1 | |
2019-05-07 | 44274: allow finer control of completion match soring with compadd's -o option | Oliver Kiddle | 1 | -15/+15 | |
2019-04-04 | 44202 (tweaked): _normal: Add -P to reset precommands | Matthew Martin | 1 | -2/+7 | |
2019-04-04 | 44200 (tweaked): Completion: Append to precommands in _normal | Matthew Martin | 1 | -4/+11 | |
2019-01-08 | users/23829: add and coument file-split-chars style | Peter Stephenson | 1 | -0/+10 | |
2018-10-10 | 43602: Clarify behaviour of `compdef -p` | dana | 1 | -1/+5 | |
2018-08-21 | unposted: docs: Fix duplicated words in _combination. | Daniel Shahaf | 1 | -2/+2 | |
2017-12-28 | 42175 + 42177 + 42178: avoid localized output from external commands | Jun-ichi Takimoto | 1 | -2/+26 | |
_call_program and '_arguments --' will call _comp_locale before calling external command for easier analysis of the output. This is disabled by passing an option '-l'. | |||||
2017-07-28 | 41467: Correct completion of 'tmux new <TAB>'. | Daniel Shahaf | 1 | -0/+21 | |
Reference: window_pane_spawn() in tmux 2.5. Also, document _cmdstring and _precommand. | |||||
2017-05-22 | 41128: typo in compsys documentation | Jörg Sommer | 1 | -1/+1 | |
2017-05-19 | users/22707: Document extra use of accept-exact-dirs | Peter Stephenson | 1 | -3/+10 | |
It allows completion after magically appearing directories that dont't show up in the parent directory by supressing searching of the parent directory if the subdirectory is directly found to exist. | |||||
2017-01-11 | 40321: _arguments option groups | Oliver Kiddle | 1 | -35/+46 | |
2016-12-09 | 40137: document _external_pwds | Oliver Kiddle | 1 | -0/+9 | |
2016-12-09 | 40117: Revert a hunk of 40035 that changed semantics incorrectly. | Daniel Shahaf | 1 | -2/+2 | |
2016-11-29 | 40035: Cosmetic fixes for comments and documentation. | Eitan Adler | 1 | -2/+2 | |
Mostly fixes to doubled words. | |||||
2016-10-27 | unposted: Minor documentation fixes (markup, grammar, etc). | Daniel Shahaf | 1 | -3/+4 | |
2016-10-24 | 39706: _tilde_files: Offer named directories. Document. | Daniel Shahaf | 1 | -0/+6 | |
2016-10-24 | 39708: Document _email_addresses. | Daniel Shahaf | 1 | -0/+42 | |
2016-10-24 | 39707: Document _dir_list. | Daniel Shahaf | 1 | -0/+15 | |
2016-10-18 | 39657: Make a helper function global. | Daniel Shahaf | 1 | -0/+10 | |
2016-09-16 | 39333: include name of command used to gain priviliges in context for ↵ | Oliver Kiddle | 1 | -1/+3 | |
command and gain-priviliges styles | |||||
2016-09-12 | 39297: more of 39284, it's painful to add texi nodes in yodl | Barton E. Schaefer | 1 | -1/+1 | |
Also fix some inconsequential ChangeLog typos. | |||||
2016-09-12 | 39284: Added Completion System Variables as a menu item | Vin Shelton | 1 | -0/+1 | |
2016-09-11 | 39261 (tweaked cf. Daniel: 39275): don't unconditionally elevate privileges ↵ | Oliver Kiddle | 1 | -8/+51 | |
with sudo in completion functions A new gain-privileges style enables it and a _comp_priv_prefix array added for tracking how to match privileges for the current command |