1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-22 16:20:23 +02:00

49528: allow multiple -D options to compadd

This commit is contained in:
Oliver Kiddle 2021-10-30 23:27:29 +02:00
parent 0b6e73d477
commit 632fee7cdf
7 changed files with 68 additions and 25 deletions

View file

@ -725,6 +725,8 @@ As with tt(-O), the var(completions) are not added to the set of matches.
Instead, whenever the var(n)th var(completion) does not
match, the var(n)th element of the var(array) is removed. Elements
for which the corresponding var(completion) matches are retained.
This option can be used more than once to remove elements from multiple
arrays.
)
item(tt(-C))(
This option adds a special match which expands to all other matches