diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-04-06 11:36:33 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-04-06 11:36:33 +0000 |
commit | 9cb71e2f7cc2809b7d41e9160188ffe8af9e3b7d (patch) | |
tree | fd66df74fa7361246ff076428f2aec7cd198b339 /Doc/Zsh/compsys.yo | |
parent | 4d08f8def21a24afb3b0a52dc11518a45e0ca2ab (diff) | |
download | zsh-9cb71e2f7cc2809b7d41e9160188ffe8af9e3b7d.tar.gz zsh-9cb71e2f7cc2809b7d41e9160188ffe8af9e3b7d.tar.xz zsh-9cb71e2f7cc2809b7d41e9160188ffe8af9e3b7d.zip |
tag in file-patterns optional, use `files' as default (10542)
Diffstat (limited to 'Doc/Zsh/compsys.yo')
-rw-r--r-- | Doc/Zsh/compsys.yo | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index e8eada391..5ae068e4d 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -942,7 +942,8 @@ the pattern(s) given by the calling function. Colons in the pattern have to be preceded by a backslash to make them distinguishable from the colon before the var(tag). The var(tag)s of all strings in the value will be offered by tt(_files) -(again, one after another) and used when looking up other styles. The +(again, one after another) and used when looking up other styles. If +no `tt(:)var(tag)' is given the tt(files) tag will be used. The var(tag) may also be followed by an optional second colon and a description. If that is given, this description will be used for the `tt(%d)' in the value of |