diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 2000-03-26 07:25:43 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 2000-03-26 07:25:43 +0000 |
commit | afe0e139c8fb5acdbd1d744b9be3d7830302c144 (patch) | |
tree | b8688155b023f7ef592fa15a06f388deb82eaf62 /Doc/Zsh/files.yo | |
parent | 3a69ea87be4023e93c0ee317e627e72201fac8c7 (diff) | |
download | zsh-afe0e139c8fb5acdbd1d744b9be3d7830302c144.tar.gz zsh-afe0e139c8fb5acdbd1d744b9be3d7830302c144.tar.xz zsh-afe0e139c8fb5acdbd1d744b9be3d7830302c144.zip |
zsh-workers/10250 zsh
Diffstat (limited to 'Doc/Zsh/files.yo')
-rw-r--r-- | Doc/Zsh/files.yo | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/Doc/Zsh/files.yo b/Doc/Zsh/files.yo index a9377b33c..92ea66303 100644 --- a/Doc/Zsh/files.yo +++ b/Doc/Zsh/files.yo @@ -46,7 +46,14 @@ a test of the form `tt(if [[ -o rcs ]]; then ...)' so that it will not be executed when zsh is invoked with the `tt(-f)' option. ifnzman(includefile(Zsh/filelist.yo)) -For all of these files pre-compiled wordcode files may be created with -the tt(zcompile) builtin command. If such a files exists (names like -the original file plus the tt(.zwc) extension) and it is younger than -the original file, the wordcode file will be used instead. +Any of these files may be pre-compiled with the tt(zcompile) builtin +command ( +ifzman(\ +see zmanref(zshbuiltins) +)\ +ifnzman(\ +noderef(Shell Builtin Commands) +)\ +). If a compiled file exists (named for the original file plus the +tt(.zwc) extension) and it is newer than the original file, the compiled +file will be used instead. |