Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

resent: pws-22: hash key completion in brackets



[how easy it is to completely screw up your mail server :-) looks, like this one
iwas lost as well]

It cannot complete inside of closed brackets:

bor@itsrm2:~%> typeset -A foo
bor@itsrm2:~%> foo[bar]=1
bor@itsrm2:~%> foo[baz]=2
bor@itsrm2:~%> unset foo[b<TAB>
bor@itsrm2:~%> unset foo[ba
bar   baz

but

bor@itsrm2:~%> unset foo[ba<TAB>]
Beep

/andrej



Messages sorted by: Reverse Date, Date, Thread, Author