summaryrefslogtreecommitdiff
path: root/Doc/Zsh/compsys.yo
AgeCommit message (Collapse)AuthorFilesLines
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
2015-03-1634671 plus tweaks: Add -1 -2 -J -V -x to _describe, use them to sort 'git ↵Daniel Shahaf1-1/+4
--fixup' hash completions
2015-03-0434640: clarify documentation for _guard functionDaniel Shahaf1-6/+6
2015-01-1334273: use "enough" colons in each completion style pattern exampleBarton E. Schaefer1-11/+16
2015-01-10users/19721: clarify context vs. style in compsys configurationBarton E. Schaefer1-18/+34
2014-08-1432997: new utility function for separated listsOliver Kiddle1-0/+13
2014-03-03Merge branch 'master' of git://git.code.sf.net/p/zsh/codeBarton E. Schaefer1-0/+18
2014-03-03users/18550: matcher-list documentation clarificationsBarton E. Schaefer1-5/+7
2014-03-0332441: add completer for file extensionsOliver Kiddle1-0/+9
2014-03-0332439: add new show-ambiguity styleOliver Kiddle1-0/+9
2014-02-25unposted: fix typo in documentationOliver Kiddle1-1/+1
2014-01-1732271: fix matcher-list exampleDaniel Hahler1-1/+1