about summary refs log tree commit diff
path: root/Doc/Zsh/compsys.yo
Commit message (Collapse)AuthorAgeFilesLines
* 52646: extend support for highlight groups to completion explanation strings ↵Oliver Kiddle2024-03-051-2/+2
| | | | and WATCHFMT
* 52028: improvements to _shadow / _unshadow, plus helper and docBart Schaefer2023-08-271-23/+30
|
* unposted (cf. 51899): document _shadowBart Schaefer2023-07-261-0/+44
|
* 49960: Sort lists in zshcompsysMatthew Martin2022-04-061-40/+40
|
* 49917: change sense of "Ignore insecure ..." answer and use "autoload -r"Bart Schaefer2022-03-291-1/+1
|
* 49447: docs: _wanted: Clarify the example and point to another one.Daniel Shahaf2021-11-261-1/+5
|
* 49597: add a helper for completing numbers with unit suffixes and separate ↵Oliver Kiddle2021-11-241-2/+79
| | | | out defaults, ranges and units in completion descriptions
* 49575: clarify _alternative's action syntaxArseny Maslennikov2021-11-191-2/+12
|
* 49566: document the _default functionOliver Kiddle2021-11-121-0/+9
|
* 49564: always use descriptions included in the file-patterns style and allow ↵Oliver Kiddle2021-11-121-6/+17
| | | | the recursive-files style to also work in those cases
* 49562: remove old documentation for other-files tag that was removed in 36165Oliver Kiddle2021-11-121-8/+1
|
* unposted: docs: _arguments: Fix a typo in the example.Daniel Shahaf2021-03-291-1/+1
|
* github #68: support section suffix completion for man pagestaiyu2021-02-131-3/+7
| | | | | Support prepend and suffix values for insert-sections Add values for insert-sections for zstyle completion
* unposted: index compprefuncs and comppostfuncsBart Schaefer2020-12-051-0/+2
|
* unposted: remove blank line that messed up "man" formattingBart Schaefer2020-05-171-1/+0
|
* users/24843: zshcompsys(1): Point to the 'format' style from the 'tag-order' ↵Daniel Shahaf2020-05-161-0/+3
| | | | style.
* 45730: _arguments: Add the -0 flag, which makes $opt_args be populated sanely.Daniel Shahaf2020-05-031-3/+22
| | | | Also, write/extend docstrings for sepjoin() and zjoin().
* 45739: docs: Clarifications about zstyle patterns.Daniel Shahaf2020-05-021-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"
* 45702: compsys: Improve documentation of {insert,separate}-sectionsdana2020-04-201-3/+22
|
* users/24659: Cross-ref doc for matchers.Peter Stephenson2020-01-141-0/+6
|
* 45184: Clarify documentation of %-sequences understood by compadd -[Xx]dana2020-01-051-11/+9
|
* 45055: Clarify _files documentationdana2019-12-201-3/+6
|
* unposted: _values: Use the formal parameter's name in the docstring.Daniel Shahaf2019-11-081-1/+1
|
* 44274: allow finer control of completion match soring with compadd's -o optionOliver Kiddle2019-05-071-15/+15
|
* 44202 (tweaked): _normal: Add -P to reset precommandsMatthew Martin2019-04-041-2/+7
|
* 44200 (tweaked): Completion: Append to precommands in _normalMatthew Martin2019-04-041-4/+11
|
* users/23829: add and coument file-split-chars stylePeter Stephenson2019-01-081-0/+10
|
* 43602: Clarify behaviour of `compdef -p`dana2018-10-101-1/+5
|
* unposted: docs: Fix duplicated words in _combination.Daniel Shahaf2018-08-211-2/+2
|
* 42175 + 42177 + 42178: avoid localized output from external commandsJun-ichi Takimoto2017-12-281-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'.
* 41467: Correct completion of 'tmux new <TAB>'.Daniel Shahaf2017-07-281-0/+21
| | | | | | Reference: window_pane_spawn() in tmux 2.5. Also, document _cmdstring and _precommand.
* 41128: typo in compsys documentationJörg Sommer2017-05-221-1/+1
|
* users/22707: Document extra use of accept-exact-dirsPeter Stephenson2017-05-191-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.
* 40321: _arguments option groupsOliver Kiddle2017-01-111-35/+46
|
* 40137: document _external_pwdsOliver Kiddle2016-12-091-0/+9
|
* 40117: Revert a hunk of 40035 that changed semantics incorrectly.Daniel Shahaf2016-12-091-2/+2
|
* 40035: Cosmetic fixes for comments and documentation.Eitan Adler2016-11-291-2/+2
| | | | Mostly fixes to doubled words.
* unposted: Minor documentation fixes (markup, grammar, etc).Daniel Shahaf2016-10-271-3/+4
|
* 39706: _tilde_files: Offer named directories. Document.Daniel Shahaf2016-10-241-0/+6
|
* 39708: Document _email_addresses.Daniel Shahaf2016-10-241-0/+42
|
* 39707: Document _dir_list.Daniel Shahaf2016-10-241-0/+15
|
* 39657: Make a helper function global.Daniel Shahaf2016-10-181-0/+10
|
* 39333: include name of command used to gain priviliges in context for ↵Oliver Kiddle2016-09-161-1/+3
| | | | command and gain-priviliges styles
* 39297: more of 39284, it's painful to add texi nodes in yodlBarton E. Schaefer2016-09-121-1/+1
| | | | Also fix some inconsequential ChangeLog typos.
* 39284: Added Completion System Variables as a menu itemVin Shelton2016-09-121-0/+1
|
* 39261 (tweaked cf. Daniel: 39275): don't unconditionally elevate privileges ↵Oliver Kiddle2016-09-111-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
* 39236 (plus typo fix): docs: Tweak _arguments $opt_args documentation added ↵Daniel Shahaf2016-09-081-3/+1
| | | | in 39173.
* 39173: _arguments: Escape colons and backslashes in $opt_args unambiguously.Daniel Shahaf2016-09-061-2/+4
|
* 39044 (in part, see thread): Document _canonical_paths in the manual, too.Daniel Shahaf2016-08-181-0/+15
| | | | | This mostly copy-pastes the source code comments and adds markup, however, the positional arguments are now annotated optional, and a ')' was added.
* 38959: Document 38956 (_widgets).Daniel Shahaf2016-07-311-0/+10
|