diff options
author | Peter Stephenson <pws@zsh.org> | 2015-01-09 17:24:16 +0000 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2015-01-09 17:24:16 +0000 |
commit | 6291d38848680b84252799d9e33110bca842efe8 (patch) | |
tree | 6ed54336eeeb350e0f345857aca8c9d67e9d7e05 | |
parent | 62b0e611ce0d3754c4397c6a66f09049e6e28d26 (diff) | |
download | zsh-6291d38848680b84252799d9e33110bca842efe8.tar.gz zsh-6291d38848680b84252799d9e33110bca842efe8.tar.xz zsh-6291d38848680b84252799d9e33110bca842efe8.zip |
34182: doc: to add zf_\* builtins use zmodload -m -F
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Doc/Zsh/mod_files.yo | 5 |
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 372e36053..c4ea61b41 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-01-09 Peter Stephenson <p.stephenson@samsung.com> + + * 34182: Doc/Zsh/mod_files.yo: to add zf_* builtins you can + use zmodload -m -F. + 2015-01-09 Mikael Magnusson <mikachu@gmail.com> * 30568: Doc/Zsh/contrib.yo, Functions/Misc/tetriscurses: Add diff --git a/Doc/Zsh/mod_files.yo b/Doc/Zsh/mod_files.yo index 5dbdae7d2..90e988474 100644 --- a/Doc/Zsh/mod_files.yo +++ b/Doc/Zsh/mod_files.yo @@ -10,7 +10,10 @@ all features now required by relevant standards committees. For all commands, a variant beginning tt(zf_) is also available and loaded automatically. Using the features capability of zmodload will let you load -only those names you want. +only those names you want. Note that it's possible to load only the +builtins with zsh-specific names using the following command: + +example(zmodload -m -F zsh/files b:zf_\*) The commands loaded by default are: |