Matthew Martin
73265d41e3
49960: Sort lists in zshcompsys
2022-04-06 20:01:48 -05:00
Bart Schaefer
53d6b47d92
49917: change sense of "Ignore insecure ..." answer and use "autoload -r"
2022-03-29 13:18:49 -07:00
Daniel Shahaf
e8d49addc0
49447: docs: _wanted: Clarify the example and point to another one.
2021-11-26 08:39:03 +00:00
Oliver Kiddle
16d5d6a9da
49597: add a helper for completing numbers with unit suffixes and separate out defaults, ranges and units in completion descriptions
2021-11-24 23:09:38 +01:00
Arseny Maslennikov
12dc20832d
49575: clarify _alternative's action syntax
2021-11-19 21:46:11 +01:00
Oliver Kiddle
2fe9ab2813
49566: document the _default function
2021-11-12 20:44:48 +01:00
Oliver Kiddle
8ea5977222
49564: always use descriptions included in the file-patterns style and allow the recursive-files style to also work in those cases
2021-11-12 20:41:04 +01:00
Oliver Kiddle
9bdaf0197f
49562: remove old documentation for other-files tag that was removed in 36165
2021-11-12 20:36:51 +01:00
Daniel Shahaf
3d2814072a
unposted: docs: _arguments: Fix a typo in the example.
2021-03-29 13:33:45 +00:00
taiyu
3714ee0b58
github #68 : support section suffix completion for man pages
...
Support prepend and suffix values for insert-sections
Add values for insert-sections for zstyle completion
2021-02-13 01:01:40 +01:00
Bart Schaefer
5a9e632638
unposted: index compprefuncs and comppostfuncs
2020-12-05 13:29:25 -08:00
Bart Schaefer
086acd095d
unposted: remove blank line that messed up "man" formatting
2020-05-17 13:31:51 -07:00
Daniel Shahaf
7c2a740d0f
users/24843: zshcompsys(1): Point to the 'format' style from the 'tag-order' style.
2020-05-16 22:08:57 +00:00
Daniel Shahaf
deca7c9285
45730: _arguments: Add the -0 flag, which makes $opt_args be populated sanely.
...
Also, write/extend docstrings for sepjoin() and zjoin().
2020-05-03 01:27:36 +00:00
Daniel Shahaf
7f73edad7a
45739: docs: Clarifications about zstyle patterns.
...
- 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-05-02 00:51:26 +00:00
dana
f179dbf72a
45702: compsys: Improve documentation of {insert,separate}-sections
2020-04-20 00:06:55 -05:00
Peter Stephenson
8406a0d38e
users/24659: Cross-ref doc for matchers.
2020-01-14 14:00:03 +00:00
dana
2e521d7b63
45184: Clarify documentation of %-sequences understood by compadd -[Xx]
2020-01-05 12:04:46 -06:00
dana
6fd4023825
45055: Clarify _files documentation
2019-12-20 15:31:34 -06:00
Daniel Shahaf
369e4a4057
unposted: _values: Use the formal parameter's name in the docstring.
2019-11-08 14:09:18 +00:00
Oliver Kiddle
cd6fd2b0a3
44274: allow finer control of completion match soring with compadd's -o option
2019-05-07 23:24:49 +02:00
Matthew Martin
6f35d6c0d0
44202 (tweaked): _normal: Add -P to reset precommands
2019-04-04 18:45:19 -05:00
Matthew Martin
5facfd3280
44200 (tweaked): Completion: Append to precommands in _normal
2019-04-04 18:45:19 -05:00
Peter Stephenson
88ad890c05
users/23829: add and coument file-split-chars style
2019-01-08 14:19:19 +00:00
dana
995a56cf01
43602: Clarify behaviour of compdef -p
2018-10-10 18:50:40 -05:00
Daniel Shahaf
6fcb32b300
unposted: docs: Fix duplicated words in _combination.
2018-08-21 10:34:54 +00:00
Jun-ichi Takimoto
d303dfa7f5
42175 + 42177 + 42178: avoid localized output from external commands
...
_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-12-28 11:35:34 +09:00
Daniel Shahaf
f183ed66c8
41467: Correct completion of 'tmux new <TAB>'.
...
Reference: window_pane_spawn() in tmux 2.5.
Also, document _cmdstring and _precommand.
2017-07-28 15:49:14 +00:00
Jörg Sommer
f667cfcc68
41128: typo in compsys documentation
2017-05-22 10:10:07 +01:00
Peter Stephenson
14b5fae69e
users/22707: Document extra use of accept-exact-dirs
...
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-05-19 11:16:10 +01:00
Oliver Kiddle
b6082cd1e2
40321: _arguments option groups
2017-01-11 20:50:02 +01:00
Oliver Kiddle
16f5d222fc
40137: document _external_pwds
2016-12-09 22:59:14 +01:00
Daniel Shahaf
7e40a89053
40117: Revert a hunk of 40035 that changed semantics incorrectly.
2016-12-09 10:37:04 +00:00
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