Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
resent: pws-22: hash key completion in brackets
- X-seq: zsh-workers 6687
- From: "Andrej Borsenkow" <borsenkow.msk@xxxxxx>
- To: "ZSH workers mailing list" <zsh-workers@xxxxxxxxxxxxxx>
- Subject: resent: pws-22: hash key completion in brackets
- Date: Thu, 17 Jun 1999 12:43:24 +0400
- Importance: Normal
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
[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