Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
autoload bug in 2.6-beta10
- X-seq: zsh-users 81
- From: Alex Ramos <alex_ramos@xxxxxxxxxx>
- To: zsh-users@xxxxxxxxxxxxxxx
- Subject: autoload bug in 2.6-beta10
- Date: Fri, 8 Sep 1995 14:10:35 -0500 (CDT)
- Reply-to: alex_ramos@xxxxxxxxxx
It appears that parameters are not passed to autoload functions
in 2.6-beta10. Sorry if this had already been reported, but I
joined the mailing list fairly recently.
e.g.
foo() { echo $1 }
If this function is autoloaded, then invoking "foo test" results
in echoing a blank line.
Platform - SunOS 4.1.3_U1 sun4m
thanks,
--
Alex Ramos
Messages sorted by:
Reverse Date,
Date,
Thread,
Author