about summary refs log tree commit diff
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2002-03-27 14:36:12 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2002-03-27 14:36:12 +0000
commit6f1bb6147a7433d32c45e64e357544ffb7dde803 (patch)
treea4fc8686a5b109aac3f0768ca839f2233ab6bf98
parentea16062ff72f694f3ea67da016f9260cfe7eeba4 (diff)
downloadzsh-6f1bb6147a7433d32c45e64e357544ffb7dde803.tar.gz
zsh-6f1bb6147a7433d32c45e64e357544ffb7dde803.tar.xz
zsh-6f1bb6147a7433d32c45e64e357544ffb7dde803.zip
alter _generic example to be more robust
-rw-r--r--ChangeLog6
-rw-r--r--Doc/Zsh/compsys.yo4
2 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 85d5a30e0..e9698a232 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-03-27  Oliver Kiddle  <opk@zsh.org>
+
+	* 16908: Doc/Zsh/compsys.yo: alter _generic example to be more robust
+
 2002-03-24  Wayne Davison  <wayned@users.sourceforge.net>
 
 	* 16890: Src/hist.c, Src/params.c: Made SAVEHIST a special parameter,
@@ -17,7 +21,7 @@
 
 2002-03-19  Oliver Kiddle  <opk@zsh.org>
 
-	* 16864: Completion/Unix/Command/ssh: fix remote file completion
+	* 16864: Completion/Unix/Command/_ssh: fix remote file completion
 	with relative paths
 
 	* unposted: Completion/Unix/Command/_grep: argument to -C must
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))(