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

Re: Global arrays in widgets



Nice catch, thanks! I would have spotted this but a side test that I
did, in general something like this:

typeset -ga testa
testa=( "$testa[@]" "a" )
echo $testa[@]

also failed. I had to do something wrong then, now this and the
typeset -gaU do work.

Best regards,
Sebastian Gniazdowski



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