diff options
| author | Tanaka Akira <akr@users.sourceforge.net> | 1999-05-19 13:10:41 +0000 |
|---|---|---|
| committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-05-19 13:10:41 +0000 |
| commit | 4fec788fa5f6e7c9723e02e3d0b57068ce9785aa (patch) | |
| tree | 2b4fd7f79ee29b231c77c9bc0bc67b4eed913bef /Doc/Zsh/modules.yo | |
| parent | pws-18 (diff) | |
| download | zsh-4fec788fa5f6e7c9723e02e3d0b57068ce9785aa.tar zsh-4fec788fa5f6e7c9723e02e3d0b57068ce9785aa.tar.gz zsh-4fec788fa5f6e7c9723e02e3d0b57068ce9785aa.tar.bz2 zsh-4fec788fa5f6e7c9723e02e3d0b57068ce9785aa.tar.lz zsh-4fec788fa5f6e7c9723e02e3d0b57068ce9785aa.tar.xz zsh-4fec788fa5f6e7c9723e02e3d0b57068ce9785aa.tar.zst zsh-4fec788fa5f6e7c9723e02e3d0b57068ce9785aa.zip | |
zsh-3.1.5-pws-19dot-zsh-3.1.5-pws-19-199905271502
Diffstat (limited to 'Doc/Zsh/modules.yo')
| -rw-r--r-- | Doc/Zsh/modules.yo | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/Zsh/modules.yo b/Doc/Zsh/modules.yo index 63894076b..a7c528951 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(parameter))( +Access to internal hash tables via special associative arrays. +) item(tt(sched))( A builtin that provides a timed execution facility within the shell. ) @@ -52,6 +55,7 @@ menu(The compctl Module) menu(The deltochar Module) menu(The example Module) menu(The files Module) +menu(The parameter Module) menu(The sched Module) menu(The stat Module) menu(The zftp Module) @@ -64,6 +68,7 @@ includefile(Zsh/mod_compctl.yo) includefile(Zsh/mod_deltochar.yo) includefile(Zsh/mod_example.yo) includefile(Zsh/mod_files.yo) +includefile(Zsh/mod_parameter.yo) includefile(Zsh/mod_sched.yo) includefile(Zsh/mod_stat.yo) includefile(Zsh/mod_zftp.yo) |
