From 6291d38848680b84252799d9e33110bca842efe8 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Fri, 9 Jan 2015 17:24:16 +0000 Subject: 34182: doc: to add zf_\* builtins use zmodload -m -F --- ChangeLog | 5 +++++ Doc/Zsh/mod_files.yo | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 372e36053..c4ea61b41 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-01-09 Peter Stephenson + + * 34182: Doc/Zsh/mod_files.yo: to add zf_* builtins you can + use zmodload -m -F. + 2015-01-09 Mikael Magnusson * 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: -- cgit 1.4.1