about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPaul Ackersviller <packersv@users.sourceforge.net>2007-11-25 17:30:23 +0000
committerPaul Ackersviller <packersv@users.sourceforge.net>2007-11-25 17:30:23 +0000
commite9f8465975db3a4655bf08cdb54d5e96e1659f77 (patch)
tree298fa71e7c362a1875078dd25f9d5bdf5b38ae73
parent89a8e457db1cf6e576c2e6e0ea3a68d60346ef6c (diff)
downloadzsh-e9f8465975db3a4655bf08cdb54d5e96e1659f77.tar.gz
zsh-e9f8465975db3a4655bf08cdb54d5e96e1659f77.tar.xz
zsh-e9f8465975db3a4655bf08cdb54d5e96e1659f77.zip
Merge of users/11915: Daniel Qarras: .version quoting in _module completion.
-rw-r--r--Doc/Zsh/func.yo4
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/Zsh/func.yo b/Doc/Zsh/func.yo
index 18fcd62e2..0f61c861f 100644
--- a/Doc/Zsh/func.yo
+++ b/Doc/Zsh/func.yo
@@ -188,7 +188,9 @@ Hence the set of functions is always called together.
 findex(precmd)
 vindex(precmd_functions)
 item(tt(precmd))(
-Executed before each prompt.
+Executed before each prompt.  Note that precommand functions are not
+reexecuted simply because the command line is redrawn, as happens, for
+example, when a notification about an exiting job is displayed.
 )
 findex(preexec)
 vindex(preexec_functions)