diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2007-10-02 09:08:26 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2007-10-02 09:08:26 +0000 |
commit | 0af9ef0d58a6bd495e5f0f4d7145d8fcb6abe9ea (patch) | |
tree | 53a4c07f5f3dc97e995226cf3a01781798253e7b /Doc/Zsh | |
parent | 5383efac8c558daa538e5a14f2f16870471e8703 (diff) | |
download | zsh-0af9ef0d58a6bd495e5f0f4d7145d8fcb6abe9ea.tar.gz zsh-0af9ef0d58a6bd495e5f0f4d7145d8fcb6abe9ea.tar.xz zsh-0af9ef0d58a6bd495e5f0f4d7145d8fcb6abe9ea.zip |
23883: improve precmd documentation
Daniel Qarras: users/11915: .version quoting in _module completion
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/func.yo | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/Zsh/func.yo b/Doc/Zsh/func.yo index 16a838f9d..1bdf169c1 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) |