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

Can't overwrite $0 in functions anymore



Is this an intended change?

% zsh-5.0.2-dev-0
% () { 0=hello; echo $0 }
hello
% zsh-5.0.5-dev-0
% () { 0=hello; echo $0 }
(anon)

-- 
Mikael Magnusson



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