about summary refs log tree commit diff
path: root/Doc/Zsh/params.yo
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2006-08-02 09:59:23 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2006-08-02 09:59:23 +0000
commit21c83849a91360d8af60fd253c4a808bd720f07c (patch)
treed663c0293f0878b8b6de5703489820822b37bc5e /Doc/Zsh/params.yo
parentbb912594b2325334a603893e90e8d9aa7cc534ca (diff)
downloadzsh-21c83849a91360d8af60fd253c4a808bd720f07c.tar.gz
zsh-21c83849a91360d8af60fd253c4a808bd720f07c.tar.xz
zsh-21c83849a91360d8af60fd253c4a808bd720f07c.zip
unposted: yet more history-beginning-search-menu fixes
Diffstat (limited to 'Doc/Zsh/params.yo')
-rw-r--r--Doc/Zsh/params.yo2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo
index 6c637f93d..a0e520274 100644
--- a/Doc/Zsh/params.yo
+++ b/Doc/Zsh/params.yo
@@ -221,7 +221,7 @@ the tt(EXTENDED_GLOB) option is set, the following is sufficient to
 match an element of an array tt($array) containing exactly the value of
 tt($key):
 
-example(key2=${key//(#m)[\][+LPAR()+RPAR()\\*?#<>~]/\\$MATCH}
+example(key2=${key//(#m)[\][+LPAR()+RPAR()\\*?#<>~^]/\\$MATCH}
 print ${array[(R)$key2]})
 )
 item(tt(R))(