diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 2000-01-12 15:26:24 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 2000-01-12 15:26:24 +0000 |
commit | fe9c48eaf1346d61fe5394c83400f6783db65321 (patch) | |
tree | eacb7d0b6aab5554db2c192eed6c4efa6815c9a0 /Doc/Zsh/compsys.yo | |
parent | 961c7a156ee2e31cf5743e85e051dfda11df1d46 (diff) | |
download | zsh-fe9c48eaf1346d61fe5394c83400f6783db65321.tar.gz zsh-fe9c48eaf1346d61fe5394c83400f6783db65321.tar.xz zsh-fe9c48eaf1346d61fe5394c83400f6783db65321.zip |
zsh-workers/9298
Diffstat (limited to 'Doc/Zsh/compsys.yo')
-rw-r--r-- | Doc/Zsh/compsys.yo | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index f532ee2d4..fbe5ac265 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -835,10 +835,11 @@ item(tt(hosts-ports-users))( Like tt(hosts-ports) but used for commands like tt(telnet) and containing strings of the form `var(host)tt(:)var(port)tt(:)var(user)'. ) -item(tt(ignored-suffixes))( -This style is used with the tt(files) tag and gives suffixes of -filenames to ignore. The matches ignored will only be completed when -there are no other matches. It it is a more configurable version +item(tt(ignored-patterns))( +This style is used with the tags used when adding matches and gives a +number of patterns. All matches that are matched by any of these +patterns will be ignored as long as there are other matches not +matched by any of the patterns. It is a more configurable version of the shell parameter tt($fignore). ) item(tt(insert-unambiguous))( |