summaryrefslogtreecommitdiff
path: root/Doc/Zsh/compsys.yo
AgeCommit message (Collapse)AuthorFilesLines
2025-01-0353293: fix menu() and texinode() in yodl docsJun-ichi Takimoto1-5/+5
2024-12-1652108: docs: document benefits of `_normal -p`dana1-3/+9
note: commit was severely delayed
2024-11-1153174: add Completion/Base/Utility/_as_ifEric Cook1-0/+8
2024-08-26unposted: remove reference to removed sample codeJun-ichi Takimoto1-4/+0
the example in expn.yo was mdified by commit bb441f77a7 and does not use _wanted any more
2024-03-0552646: extend support for highlight groups to completion explanation strings ↵Oliver Kiddle1-2/+2
and WATCHFMT
2023-08-2752028: improvements to _shadow / _unshadow, plus helper and docBart Schaefer1-23/+30
2023-07-26unposted (cf. 51899): document _shadowBart Schaefer1-0/+44
2022-04-0649960: Sort lists in zshcompsysMatthew Martin1-40/+40
2022-03-2949917: change sense of "Ignore insecure ..." answer and use "autoload -r"Bart Schaefer1-1/+1
2021-11-2649447: docs: _wanted: Clarify the example and point to another one.Daniel Shahaf1-1/+5
2021-11-2449597: add a helper for completing numbers with unit suffixes and separate ↵Oliver Kiddle1-2/+79
out defaults, ranges and units in completion descriptions
2021-11-1949575: clarify _alternative's action syntaxArseny Maslennikov1-2/+12
2021-11-1249566: document the _default functionOliver Kiddle1-0/+9
2021-11-1249564: always use descriptions included in the file-patterns style and allow ↵Oliver Kiddle1-6/+17
the recursive-files style to also work in those cases
2021-11-1249562: remove old documentation for other-files tag that was removed in 36165Oliver Kiddle1-8/+1
2021-03-29unposted: docs: _arguments: Fix a typo in the example.Daniel Shahaf1-1/+1
2021-02-13github #68: support section suffix completion for man pagestaiyu1-3/+7
Support prepend and suffix values for insert-sections Add values for insert-sections for zstyle completion
2020-12-05unposted: index compprefuncs and comppostfuncsBart Schaefer1-0/+2
2020-05-17unposted: remove blank line that messed up "man" formattingBart Schaefer1-1/+0
2020-05-16users/24843: zshcompsys(1): Point to the 'format' style from the 'tag-order' ↵Daniel Shahaf1-0/+3
style.
2020-05-0345730: _arguments: Add the -0 flag, which makes $opt_args be populated sanely.Daniel Shahaf1-3/+22
Also, write/extend docstrings for sepjoin() and zjoin().
2020-05-0245739: docs: Clarifications about zstyle patterns.Daniel Shahaf1-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-2045702: compsys: Improve documentation of {insert,separate}-sectionsdana1-3/+22
2020-01-14users/24659: Cross-ref doc for matchers.Peter Stephenson1-0/+6
2020-01-0545184: Clarify documentation of %-sequences understood by compadd -[Xx]dana1-11/+9
2019-12-2045055: Clarify _files documentationdana1-3/+6
2019-11-08unposted: _values: Use the formal parameter's name in the docstring.Daniel Shahaf1-1/+1
2019-05-0744274: allow finer control of completion match soring with compadd's -o optionOliver Kiddle1-15/+15
2019-04-0444202 (tweaked): _normal: Add -P to reset precommandsMatthew Martin1-2/+7
2019-04-0444200 (tweaked): Completion: Append to precommands in _normalMatthew Martin1-4/+11
2019-01-08users/23829: add and coument file-split-chars stylePeter Stephenson1-0/+10
2018-10-1043602: Clarify behaviour of `compdef -p`dana1-1/+5
2018-08-21unposted: docs: Fix duplicated words in _combination.Daniel Shahaf1-2/+2
2017-12-2842175 + 42177 + 42178: avoid localized output from external commandsJun-ichi Takimoto1-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-2841467: Correct completion of 'tmux new <TAB>'.Daniel Shahaf1-0/+21
Reference: window_pane_spawn() in tmux 2.5. Also, document _cmdstring and _precommand.
2017-05-2241128: typo in compsys documentationJörg Sommer1-1/+1
2017-05-19users/22707: Document extra use of accept-exact-dirsPeter Stephenson1-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-1140321: _arguments option groupsOliver Kiddle1-35/+46
2016-12-0940137: document _external_pwdsOliver Kiddle1-0/+9
2016-12-0940117: Revert a hunk of 40035 that changed semantics incorrectly.Daniel Shahaf1-2/+2
2016-11-2940035: Cosmetic fixes for comments and documentation.Eitan Adler1-2/+2
Mostly fixes to doubled words.
2016-10-27unposted: Minor documentation fixes (markup, grammar, etc).Daniel Shahaf1-3/+4
2016-10-2439706: _tilde_files: Offer named directories. Document.Daniel Shahaf1-0/+6
2016-10-2439708: Document _email_addresses.Daniel Shahaf1-0/+42
2016-10-2439707: Document _dir_list.Daniel Shahaf1-0/+15
2016-10-1839657: Make a helper function global.Daniel Shahaf1-0/+10
2016-09-1639333: include name of command used to gain priviliges in context for ↵Oliver Kiddle1-1/+3
command and gain-priviliges styles
2016-09-1239297: more of 39284, it's painful to add texi nodes in yodlBarton E. Schaefer1-1/+1
Also fix some inconsequential ChangeLog typos.
2016-09-1239284: Added Completion System Variables as a menu itemVin Shelton1-0/+1
2016-09-1139261 (tweaked cf. Daniel: 39275): don't unconditionally elevate privileges ↵Oliver Kiddle1-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