1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-24 17:00:32 +02:00

unposted: yet more history-beginning-search-menu fixes

This commit is contained in:
Peter Stephenson 2006-08-02 09:59:23 +00:00
parent bb912594b2
commit 21c83849a9
3 changed files with 16 additions and 9 deletions

View file

@ -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))(