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

RC_EXPAND_PARAM bug



What do you make of this (observed on 3.0.4 under Linux):

% a=(a b)
% x=(x y)
% echo ${^a}1${^x}
a1y b1x b1y

?

-zefram



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