1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-25 09:26:04 +02:00
Commit Graph

294 Commits

Author SHA1 Message Date
Eitan Adler 110ffae9fe 40035: Cosmetic fixes for comments and documentation.
Mostly fixes to doubled words.
2016-11-29 17:13:52 +00:00
Daniel Shahaf 5dbfbd8bd0 unposted: Minor documentation fixes (markup, grammar, etc). 2016-10-27 18:25:13 +00:00
Daniel Shahaf 71dd0ab62e 39706: _tilde_files: Offer named directories. Document. 2016-10-24 00:53:45 +00:00
Daniel Shahaf 4eef3e6f0e 39708: Document _email_addresses. 2016-10-24 00:53:36 +00:00
Daniel Shahaf f1c0480afc 39707: Document _dir_list. 2016-10-24 00:53:32 +00:00
Daniel Shahaf 13cfa036c8 39657: Make a helper function global. 2016-10-18 01:34:52 +00:00
Oliver Kiddle b870ff85a0 39333: include name of command used to gain priviliges in context for command and gain-priviliges styles 2016-09-16 00:05:10 +02:00
Barton E. Schaefer 5456cab86f 39297: more of 39284, it's painful to add texi nodes in yodl
Also fix some inconsequential ChangeLog typos.
2016-09-12 09:50:25 -07:00
Vin Shelton ef019506ae 39284: Added Completion System Variables as a menu item 2016-09-12 00:23:58 +02:00
Oliver Kiddle 8011fe8a58 39261 (tweaked cf. Daniel: 39275): don't unconditionally elevate privileges 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-11 13:49:22 +02:00
Daniel Shahaf 73622ae288 39236 (plus typo fix): docs: Tweak _arguments $opt_args documentation added in 39173. 2016-09-08 17:15:40 +00:00
Daniel Shahaf 73c0e8d4e6 39173: _arguments: Escape colons and backslashes in $opt_args unambiguously. 2016-09-06 23:48:10 +00:00
Daniel Shahaf 0aa6bfd831 39044 (in part, see thread): Document _canonical_paths in the manual, too.
This mostly copy-pastes the source code comments and adds markup, however, the
positional arguments are now annotated optional, and a ')' was added.
2016-08-18 16:55:45 +00:00
Daniel Shahaf 8d71a610af 38959: Document 38956 (_widgets). 2016-07-31 16:21:27 +00:00
Daniel Shahaf 73ff356d7b 38911: _arguments: Clarify documentation of '-s -w' switch 2016-07-23 18:02:23 +00:00
Oliver Kiddle fc286168ed unposted: fix duplicated words 2016-07-08 22:21:42 +02:00
Oliver Kiddle e83489fc4b 38714: add x: syntax to match specs to make it possible to disable match specs hardcoded in completion functions 2016-06-22 01:37:07 +02:00
Daniel Shahaf ac3173be90 38593: _describe: Make documentation more greppable.
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-06-04 16:58:19 +00:00
Marko Myllynen 21d4b4cc0e 38458: mention the option -i of _multi_parts 2016-05-10 19:19:01 +09:00
Daniel Shahaf bd06982b23 38155: docs: compsys: Clarify documentation of the 'filter' style. 2016-03-15 00:12:04 +00:00
Daniel Shahaf c6fc6f80cd 37665: Completion: New helper _absolute_command_paths. 2016-01-20 07:49:29 +00:00
Daniel Shahaf 9df6c728e8 37664: docs: Document the completion function _command_names. 2016-01-20 07:49:25 +00:00
Jun-ichi Takimoto 53fcadc1f8 36578: option in a set has key "set-opt" in $opt_args 2015-09-22 11:16:32 +09:00
Jun T bde91914df 36067: fix typo and format in the documentation 2015-08-11 13:07:59 +09:00
Daniel Shahaf a98260b174 _arguments docs: Divide into subsections 2015-07-27 13:42:45 +00:00
Daniel Shahaf 2d41e443a1 _arguments docs: Bring all option descriptions to one place 2015-07-27 13:42:45 +00:00
Oliver Kiddle 5ff536f613 35418: fix usage synopsis for _describe to be clear that a single
description is used
2015-06-09 23:35:15 +02:00
Jun-ichi Takimoto ffdeb1c257 35075: improve manual format
also fixed a ChangeLog entry for 35034 (2015-05-06)
2015-05-12 00:36:18 +09:00
Barton E. Schaefer 9d0e3bde2a 34961: minor wording clarification 2015-04-25 10:58:55 -07:00
Mikael Magnusson ccb1cf2d10 34902: Doc: Explain the numeric argument and be consistent about what we call it 2015-04-16 14:30:26 +02:00
Daniel Shahaf 236da69842 34671 plus tweaks: Add -1 -2 -J -V -x to _describe, use them to sort 'git --fixup' hash completions 2015-03-16 09:27:06 +00:00
Daniel Shahaf 42e5f591f5 34640: clarify documentation for _guard function 2015-03-04 09:18:07 +00:00
Barton E. Schaefer 9fcc9d6e8d 34273: use "enough" colons in each completion style pattern example 2015-01-13 19:24:58 -08:00
Barton E. Schaefer bd13ffefab users/19721: clarify context vs. style in compsys configuration 2015-01-10 10:32:31 -08:00
Oliver Kiddle 469ee6daef 32997: new utility function for separated lists 2014-08-14 19:00:04 +02:00
Barton E. Schaefer ff6d8115ef Merge branch 'master' of git://git.code.sf.net/p/zsh/code 2014-03-03 23:52:20 -08:00
Barton E. Schaefer e6d99759e8 users/18550: matcher-list documentation clarifications 2014-03-03 23:51:12 -08:00
Oliver Kiddle 7d301a527e 32441: add completer for file extensions 2014-03-03 16:50:14 +01:00
Oliver Kiddle 1f290a3e82 32439: add new show-ambiguity style 2014-03-03 12:08:45 +01:00
Oliver Kiddle 4149d0ab3e unposted: fix typo in documentation 2014-02-25 09:17:26 +01:00
Daniel Hahler 790664ac90 32271: fix matcher-list example 2014-01-17 18:43:48 +00:00
Peter Stephenson 79abe00e1d unposted: update version to 5.0.5
Also correct typo in compsys.yo for texinfo.
2014-01-05 18:24:59 +00:00
Peter Stephenson ed01d710bf unposted but c.f. 32231: $line from _arguments doesn't include command 2014-01-05 18:11:31 +00:00
Barton E. Schaefer d5ba3ed245 31818: fix completion for zsh in _sh, and document the _arguments behavior 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.
2013-10-12 09:19:24 -07:00
Peter Stephenson b174a0df05 31261: updates needed with latest texinfo 2013-04-12 22:47:22 +01:00
Peter Stephenson d3891edfca users/12713: returning REPLY to _user_expand sets description for expansion 2012-09-03 11:12:15 +00:00
Peter Stephenson 76091a6995 users/17211: new recursive-files style 2012-08-21 18:45:31 +00:00
Oliver Kiddle 1fe821a8a1 30198: fix environ style lookup to be done in conventional manner 2012-02-14 17:01:17 +00:00
Bart Schaefer 3f98949ca8 30012: add $state_descr 2011-12-13 17:43:01 +00:00
Peter Stephenson 290ab11885 discussed in 29984: use m+7 for files more than a week old 2011-12-11 17:48:26 +00:00