diff options
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 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))( |