From 8a540b99c5098166e428195cf1426a995faa5e5c Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Mon, 3 Apr 2000 13:13:02 +0000 Subject: default completer style contains _ignored --- Doc/Zsh/compsys.yo | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Doc') 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))( -- cgit 1.4.1