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

Re: autoload



Bernd Eggink wrote:
>If a file contains more than one autoload function, strange things
>happen (3.1.2 and older versions):
>
>  # File 'f1'
>  function f1() { print $0 $*; }
>  function f2() { print $0 $*; }

See the FAQ ("why do my autoloaded functions not work the first time").

-zefram



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