summaryrefslogtreecommitdiff
path: root/Doc/Zsh/compsys.yo
AgeCommit message (Collapse)AuthorFilesLines
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
2016-09-0839236 (plus typo fix): docs: Tweak _arguments $opt_args documentation added ↵Daniel Shahaf1-3/+1
in 39173.
2016-09-0639173: _arguments: Escape colons and backslashes in $opt_args unambiguously.Daniel Shahaf1-2/+4
2016-08-1839044 (in part, see thread): Document _canonical_paths in the manual, too.Daniel Shahaf1-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.
2016-07-3138959: Document 38956 (_widgets).Daniel Shahaf1-0/+10
2016-07-2338911: _arguments: Clarify documentation of '-s -w' switchDaniel Shahaf1-2/+3
2016-07-08unposted: fix duplicated wordsOliver Kiddle1-1/+1
2016-06-2238714: add x: syntax to match specs to make it possible to disable match ↵Oliver Kiddle1-2/+3
specs hardcoded in completion functions
2016-06-0438593: _describe: Make documentation more greppable.Daniel Shahaf1-5/+5
Make the running text refer to the parameters using their names given in the signature. This enables the reader to search for the name given in the signature.
2016-05-1038458: mention the option -i of _multi_partsMarko Myllynen1-1/+1
2016-03-1538155: docs: compsys: Clarify documentation of the 'filter' style.Daniel Shahaf1-1/+2
2016-01-2037665: Completion: New helper _absolute_command_paths.Daniel Shahaf1-0/+6
2016-01-2037664: docs: Document the completion function _command_names.Daniel Shahaf1-0/+6
2015-09-2236578: option in a set has key "set-opt" in $opt_argsJun-ichi Takimoto1-0/+5
2015-08-1136067: fix typo and format in the documentationJun T1-3/+3
2015-07-27_arguments docs: Divide into subsectionsDaniel Shahaf1-0/+12
2015-07-27_arguments docs: Bring all option descriptions to one placeDaniel Shahaf1-54/+85
2015-06-0935418: fix usage synopsis for _describe to be clear that a singleOliver Kiddle1-1/+1
description is used
2015-05-1235075: improve manual formatJun-ichi Takimoto1-124/+143
also fixed a ChangeLog entry for 35034 (2015-05-06)
2015-04-2534961: minor wording clarificationBarton E. Schaefer1-1/+1
2015-04-1634902: Doc: Explain the numeric argument and be consistent about what we call itMikael Magnusson1-1/+1