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

Parse error on autoload -X and a function with & in name



Hello,

function \&abcd() {
    autoload -X
}
\&abcd

gives:
(eval):1: parse error near `&'

I wanted to use the symbol as a namespacer for internal functions.
-- 
Sebastian Gniazdowski
News: https://twitter.com/ZdharmaI
IRC: https://kiwiirc.com/client/chat.freenode.net:+6697/#zplugin
Blog: http://zdharma.org



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