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

_subscript quotes too much



% zsh -f
% autoload -U compinit; compinit
% typeset -A foo
% foo[bar]=baz
% foo[*.txt]=blue
% echo $foo[<tab><tab><tab>
% echo $foo[\*.txt]

% echo $foo[*.txt]
blue

I had a look at _subscript but it didn't mean much to me. I thought
maybe there was a (q) too many but there are none at all.

-- 
Mikael Magnusson



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