From 6f1bb6147a7433d32c45e64e357544ffb7dde803 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Wed, 27 Mar 2002 14:36:12 +0000 Subject: alter _generic example to be more robust --- Doc/Zsh/compsys.yo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Doc/Zsh/compsys.yo') diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index c4b30406e..c273fd917 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -1934,7 +1934,7 @@ matches. E.g. for options this means that the `tt(-)', `tt(+)', or `tt(-)tt(-)' has to be on the line to make option names be completed at all. -The default style for this style is `true'. +The default value for this style is `true'. ) kindex(preserve-prefix, completion style) item(tt(preserve-prefix))( @@ -2398,7 +2398,7 @@ binding, for example: example(zle -C all-matches complete-word _generic bindkey '^Xa' all-matches zstyle ':completion:all-matches:*' old-matches only -zstyle ':completion:all-matches:*' completer _all_matches) +zstyle ':completion:all-matches::::' completer _all_matches) ) findex(_approximate) item(tt(_approximate))( -- cgit 1.4.1