diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Zsh/compsys.yo | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index e65a0a692..cf953d103 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -841,8 +841,10 @@ example(zstyle ':completion:*' completer _complete _correct _approximate zstyle ':completion:incremental:*' completer _complete _correct zstyle ':completion:predict:*' completer _complete) -The default value for this style is tt(_complete), i.e. normally only -completion will be done. +The default value for this style is tt(_complete _ignored), +i.e. normally only completion will be done, first using the +tt(ignored-patterns) style and the tt($fignore) array and then without +ignoring matches because of these. ) kindex(completions, completion style) item(tt(completions))( |