summaryrefslogtreecommitdiffstats
path: root/Doc/Zsh/modules.yo
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-05-31 17:10:12 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-05-31 17:10:12 +0000
commitf42e3fa8e6152e145251e8f16f4c61c23dec1f59 (patch)
tree9a7b104b910ae53f6a49cb4e35c3dedc737e907b /Doc/Zsh/modules.yo
parentzsh-3.1.5-pws-19 (diff)
downloadzsh-f42e3fa8e6152e145251e8f16f4c61c23dec1f59.tar
zsh-f42e3fa8e6152e145251e8f16f4c61c23dec1f59.tar.gz
zsh-f42e3fa8e6152e145251e8f16f4c61c23dec1f59.tar.bz2
zsh-f42e3fa8e6152e145251e8f16f4c61c23dec1f59.tar.lz
zsh-f42e3fa8e6152e145251e8f16f4c61c23dec1f59.tar.xz
zsh-f42e3fa8e6152e145251e8f16f4c61c23dec1f59.tar.zst
zsh-f42e3fa8e6152e145251e8f16f4c61c23dec1f59.zip
Diffstat (limited to 'Doc/Zsh/modules.yo')
-rw-r--r--Doc/Zsh/modules.yo5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/Zsh/modules.yo b/Doc/Zsh/modules.yo
index a7c528951..0b487f673 100644
--- a/Doc/Zsh/modules.yo
+++ b/Doc/Zsh/modules.yo
@@ -31,6 +31,9 @@ An example of how to write a module.
item(tt(files))(
Some basic file manipulation commands as builtins.
)
+item(tt(mapfile))(
+Access to external files via a special associative array.
+)
item(tt(parameter))(
Access to internal hash tables via special associative arrays.
)
@@ -55,6 +58,7 @@ menu(The compctl Module)
menu(The deltochar Module)
menu(The example Module)
menu(The files Module)
+menu(The mapfile Module)
menu(The parameter Module)
menu(The sched Module)
menu(The stat Module)
@@ -68,6 +72,7 @@ includefile(Zsh/mod_compctl.yo)
includefile(Zsh/mod_deltochar.yo)
includefile(Zsh/mod_example.yo)
includefile(Zsh/mod_files.yo)
+includefile(Zsh/mod_mapfile.yo)
includefile(Zsh/mod_parameter.yo)
includefile(Zsh/mod_sched.yo)
includefile(Zsh/mod_stat.yo)