about summary refs log tree commit diff
path: root/Etc
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2001-08-15 06:16:06 +0000
committerBart Schaefer <barts@users.sourceforge.net>2001-08-15 06:16:06 +0000
commitd4e7ce1b9cb8d199e93e5842fac6a80ce43c6b7c (patch)
treee493e9e9d242fbbc72d03ac02399ceb3a1e64d19 /Etc
parentfcf0d2c3d5c5591db0772e0718bae1159e99c11b (diff)
downloadzsh-d4e7ce1b9cb8d199e93e5842fac6a80ce43c6b7c.tar.gz
zsh-d4e7ce1b9cb8d199e93e5842fac6a80ce43c6b7c.tar.xz
zsh-d4e7ce1b9cb8d199e93e5842fac6a80ce43c6b7c.zip
Add note about kshautoload behavior.
Diffstat (limited to 'Etc')
-rw-r--r--Etc/STD-TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/Etc/STD-TODO b/Etc/STD-TODO
index df9ff64fd..b277707ab 100644
--- a/Etc/STD-TODO
+++ b/Etc/STD-TODO
@@ -54,3 +54,7 @@ Ksh automatically searches FPATH for any command not found in PATH, and
 autoloads the file if found.  The "autoload" command is only required if
 you want FPATH to be searched before PATH, e.g. because the function has
 the same name as a command in PATH.
+
+Autoloading should work more like "source" when kshautoload is active.
+In particular, aliases defined in the autoloaded file should be expanded
+when referenced later in the same file (even when using "autoload -U").