mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 21:44:11 +01:00
17080: tag-order style usage
This commit is contained in:
parent
e87163dabb
commit
42080a7fb9
@ -1,5 +1,11 @@
|
||||
2002-05-08 Andrej Borsenkow <bor@zsh.org>
|
||||
|
||||
* 17080: Doc/Zsh/compsys.yo: clarify tag-order style usage
|
||||
|
||||
* 17074: Completion/Linux/Command/.distfiles,
|
||||
Completion/Linux/Command/_mondo: mondoarchive completion
|
||||
(with typo correction from Bart)
|
||||
|
||||
* unposted: .cvsignore: add autom4te.cache. Looks like
|
||||
autoconf-2.53 generates it for whatever reason
|
||||
|
||||
|
@ -2120,11 +2120,12 @@ following forms:
|
||||
|
||||
startitem()
|
||||
item(tt(-))(
|
||||
If any string in the value consists of only a hyphen,
|
||||
then em(only) the tags specified by the other strings in the value are
|
||||
If any value consists of only a hyphen,
|
||||
then em(only) the tags specified in the other values are
|
||||
generated. Normally all tags not explicitly selected are tried last
|
||||
if the specified tags fail to generate any matches. This means
|
||||
that a value consisting only of a single hyphen turns off completion.
|
||||
that a single value consisting only of a single hyphen
|
||||
turns off completion.
|
||||
)
|
||||
item(tt(!) var(tags)...)(
|
||||
A string starting with an exclamation mark
|
||||
|
Loading…
Reference in New Issue
Block a user