Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 39284: Added Completion System Variables as a menu item | Vin Shelton | 2016-09-12 | 1 | -0/+1 |
| | |||||
* | 39261 (tweaked cf. Daniel: 39275): don't unconditionally elevate privileges ↵ | Oliver Kiddle | 2016-09-11 | 1 | -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 Shahaf | 2016-09-08 | 1 | -3/+1 |
| | | | | in 39173. | ||||
* | 39173: _arguments: Escape colons and backslashes in $opt_args unambiguously. | Daniel Shahaf | 2016-09-06 | 1 | -2/+4 |
| | |||||
* | 39044 (in part, see thread): Document _canonical_paths in the manual, too. | Daniel Shahaf | 2016-08-18 | 1 | -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 Shahaf | 2016-07-31 | 1 | -0/+10 |
| | |||||
* | 38911: _arguments: Clarify documentation of '-s -w' switch | Daniel Shahaf | 2016-07-23 | 1 | -2/+3 |
| | |||||
* | unposted: fix duplicated words | Oliver Kiddle | 2016-07-08 | 1 | -1/+1 |
| | |||||
* | 38714: add x: syntax to match specs to make it possible to disable match ↵ | Oliver Kiddle | 2016-06-22 | 1 | -2/+3 |
| | | | | specs hardcoded in completion functions | ||||
* | 38593: _describe: Make documentation more greppable. | Daniel Shahaf | 2016-06-04 | 1 | -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_parts | Marko Myllynen | 2016-05-10 | 1 | -1/+1 |
| | |||||
* | 38155: docs: compsys: Clarify documentation of the 'filter' style. | Daniel Shahaf | 2016-03-15 | 1 | -1/+2 |
| | |||||
* | 37665: Completion: New helper _absolute_command_paths. | Daniel Shahaf | 2016-01-20 | 1 | -0/+6 |
| | |||||
* | 37664: docs: Document the completion function _command_names. | Daniel Shahaf | 2016-01-20 | 1 | -0/+6 |
| | |||||
* | 36578: option in a set has key "set-opt" in $opt_args | Jun-ichi Takimoto | 2015-09-22 | 1 | -0/+5 |
| | |||||
* | 36067: fix typo and format in the documentation | Jun T | 2015-08-11 | 1 | -3/+3 |
| | |||||
* | _arguments docs: Divide into subsections | Daniel Shahaf | 2015-07-27 | 1 | -0/+12 |
| | |||||
* | _arguments docs: Bring all option descriptions to one place | Daniel Shahaf | 2015-07-27 | 1 | -54/+85 |
| | |||||
* | 35418: fix usage synopsis for _describe to be clear that a single | Oliver Kiddle | 2015-06-09 | 1 | -1/+1 |
| | | | | description is used | ||||
* | 35075: improve manual format | Jun-ichi Takimoto | 2015-05-12 | 1 | -124/+143 |
| | | | | also fixed a ChangeLog entry for 35034 (2015-05-06) | ||||
* | 34961: minor wording clarification | Barton E. Schaefer | 2015-04-25 | 1 | -1/+1 |
| | |||||
* | 34902: Doc: Explain the numeric argument and be consistent about what we call it | Mikael Magnusson | 2015-04-16 | 1 | -1/+1 |
| | |||||
* | 34671 plus tweaks: Add -1 -2 -J -V -x to _describe, use them to sort 'git ↵ | Daniel Shahaf | 2015-03-16 | 1 | -1/+4 |
| | | | | --fixup' hash completions | ||||
* | 34640: clarify documentation for _guard function | Daniel Shahaf | 2015-03-04 | 1 | -6/+6 |
| | |||||
* | 34273: use "enough" colons in each completion style pattern example | Barton E. Schaefer | 2015-01-13 | 1 | -11/+16 |
| | |||||
* | users/19721: clarify context vs. style in compsys configuration | Barton E. Schaefer | 2015-01-10 | 1 | -18/+34 |
| | |||||
* | 32997: new utility function for separated lists | Oliver Kiddle | 2014-08-14 | 1 | -0/+13 |
| | |||||
* | Merge branch 'master' of git://git.code.sf.net/p/zsh/code | Barton E. Schaefer | 2014-03-03 | 1 | -0/+18 |
|\ | |||||
| * | 32441: add completer for file extensions | Oliver Kiddle | 2014-03-03 | 1 | -0/+9 |
| | | |||||
| * | 32439: add new show-ambiguity style | Oliver Kiddle | 2014-03-03 | 1 | -0/+9 |
| | | |||||
* | | users/18550: matcher-list documentation clarifications | Barton E. Schaefer | 2014-03-03 | 1 | -5/+7 |
|/ | |||||
* | unposted: fix typo in documentation | Oliver Kiddle | 2014-02-25 | 1 | -1/+1 |
| | |||||
* | 32271: fix matcher-list example | Daniel Hahler | 2014-01-17 | 1 | -1/+1 |
| | |||||
* | unposted: update version to 5.0.5 zsh-5.0.5 | Peter Stephenson | 2014-01-05 | 1 | -1/+1 |
| | | | | Also correct typo in compsys.yo for texinfo. | ||||
* | unposted but c.f. 32231: $line from _arguments doesn't include command | Peter Stephenson | 2014-01-05 | 1 | -5/+5 |
| | |||||
* | 31818: fix completion for zsh in _sh, and document the _arguments behavior ↵ | Barton E. Schaefer | 2013-10-12 | 1 | -66/+101 |
| | | | | | | | | that made the fix necessary To avoid side effects, reposition the _arguments call in _sh for the zsh special case. Document the side effects so avoided, and clean up the _arguments documentation a bit along the way. | ||||
* | 31261: updates needed with latest texinfo | Peter Stephenson | 2013-04-12 | 1 | -2/+1 |
| | |||||
* | users/12713: returning REPLY to _user_expand sets description for expansion | Peter Stephenson | 2012-09-03 | 1 | -1/+3 |
| | |||||
* | users/17211: new recursive-files style | Peter Stephenson | 2012-08-21 | 1 | -0/+22 |
| | |||||
* | 30198: fix environ style lookup to be done in conventional manner | Oliver Kiddle | 2012-02-14 | 1 | -1/+1 |
| | |||||
* | 30012: add $state_descr | Bart Schaefer | 2011-12-13 | 1 | -10/+15 |
| | |||||
* | discussed in 29984: use m+7 for files more than a week old | Peter Stephenson | 2011-12-11 | 1 | -1/+1 |
| | |||||
* | unposted: remove duplicated 'the' in compsys.yo. | Mikael Magnusson | 2011-12-09 | 1 | -1/+1 |
| | |||||
* | 29820: _pick_variant -b to match builtin | Peter Stephenson | 2011-10-14 | 1 | -1/+7 |
| | |||||
* | 29757: Doc/Zsh/compsys.yo: Remove superfluous brace. | Simon Ruderich | 2011-09-07 | 1 | -1/+1 |
| | |||||
* | 29673: Clarify what 'other' in the ignore-line style does | Mikael Magnusson | 2011-08-14 | 1 | -2/+2 |
| | |||||
* | 29385: document when local-directories is used instead of directories | Mikael Magnusson | 2011-05-27 | 1 | -2/+5 |
| | |||||
* | 29392: remove use-perl style docs | Mikael Magnusson | 2011-05-27 | 1 | -11/+0 |
| | |||||
* | unposted: quote a -e with tt(), fix some of my changelog entries. | Mikael Magnusson | 2011-05-22 | 1 | -1/+1 |
| | |||||
* | 29307, 29308 + replies: Fix some doubled words in docs and comments. | Mikael Magnusson | 2011-05-19 | 1 | -2/+2 |
| |