diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2006-08-01 20:28:35 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2006-08-01 20:28:35 +0000 |
commit | 7d77bc95b2ba7276cf430a989e9b4000c72ba765 (patch) | |
tree | c86eb5720ff5fe902aebf1d76d6ba4260dcc5352 /Doc/Zsh | |
parent | ba22472b7f16b696cc4251fab090652d31308e66 (diff) | |
download | zsh-7d77bc95b2ba7276cf430a989e9b4000c72ba765.tar.gz zsh-7d77bc95b2ba7276cf430a989e9b4000c72ba765.tar.xz zsh-7d77bc95b2ba7276cf430a989e9b4000c72ba765.zip |
22574: more history-beginning-search-menu fixes
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/params.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo index fe005ed21..6c637f93d 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))( |