about summary refs log tree commit diff
path: root/Doc/Zsh/compsys.yo
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 38911: _arguments: Clarify documentation of '-s -w' switchDaniel Shahaf2016-07-231-2/+3
|
* unposted: fix duplicated wordsOliver Kiddle2016-07-081-1/+1
|
* 38714: add x: syntax to match specs to make it possible to disable match ↵Oliver Kiddle2016-06-221-2/+3
| | | | specs hardcoded in completion functions
* 38593: _describe: Make documentation more greppable.Daniel Shahaf2016-06-041-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.
* 38458: mention the option -i of _multi_partsMarko Myllynen2016-05-101-1/+1
|
* 38155: docs: compsys: Clarify documentation of the 'filter' style.Daniel Shahaf2016-03-151-1/+2
|
* 37665: Completion: New helper _absolute_command_paths.Daniel Shahaf2016-01-201-0/+6
|
* 37664: docs: Document the completion function _command_names.Daniel Shahaf2016-01-201-0/+6
|
* 36578: option in a set has key "set-opt" in $opt_argsJun-ichi Takimoto2015-09-221-0/+5
|
* 36067: fix typo and format in the documentationJun T2015-08-111-3/+3
|
* _arguments docs: Divide into subsectionsDaniel Shahaf2015-07-271-0/+12
|
* _arguments docs: Bring all option descriptions to one placeDaniel Shahaf2015-07-271-54/+85
|
* 35418: fix usage synopsis for _describe to be clear that a singleOliver Kiddle2015-06-091-1/+1
| | | | description is used
* 35075: improve manual formatJun-ichi Takimoto2015-05-121-124/+143
| | | | also fixed a ChangeLog entry for 35034 (2015-05-06)
* 34961: minor wording clarificationBarton E. Schaefer2015-04-251-1/+1
|
* 34902: Doc: Explain the numeric argument and be consistent about what we call itMikael Magnusson2015-04-161-1/+1
|
* 34671 plus tweaks: Add -1 -2 -J -V -x to _describe, use them to sort 'git ↵Daniel Shahaf2015-03-161-1/+4
| | | | --fixup' hash completions
* 34640: clarify documentation for _guard functionDaniel Shahaf2015-03-041-6/+6
|
* 34273: use "enough" colons in each completion style pattern exampleBarton E. Schaefer2015-01-131-11/+16
|
* users/19721: clarify context vs. style in compsys configurationBarton E. Schaefer2015-01-101-18/+34
|
* 32997: new utility function for separated listsOliver Kiddle2014-08-141-0/+13
|
* Merge branch 'master' of git://git.code.sf.net/p/zsh/codeBarton E. Schaefer2014-03-031-0/+18
|\
| * 32441: add completer for file extensionsOliver Kiddle2014-03-031-0/+9
| |
| * 32439: add new show-ambiguity styleOliver Kiddle2014-03-031-0/+9
| |
* | users/18550: matcher-list documentation clarificationsBarton E. Schaefer2014-03-031-5/+7
|/
* unposted: fix typo in documentationOliver Kiddle2014-02-251-1/+1
|
* 32271: fix matcher-list exampleDaniel Hahler2014-01-171-1/+1
|
* unposted: update version to 5.0.5 zsh-5.0.5Peter Stephenson2014-01-051-1/+1
| | | | Also correct typo in compsys.yo for texinfo.