diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-07-30 19:46:14 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-07-30 19:46:14 +0000 |
commit | 8a466992dad9dd4ce4ef3c7f5845f5f340866d2c (patch) | |
tree | caccdd809221035487bbc246c92ca94d0baac43e | |
parent | eccd5ca1a3682e4feda3f6bdf1daab2feea0b1b0 (diff) | |
download | zsh-8a466992dad9dd4ce4ef3c7f5845f5f340866d2c.tar.gz zsh-8a466992dad9dd4ce4ef3c7f5845f5f340866d2c.tar.xz zsh-8a466992dad9dd4ce4ef3c7f5845f5f340866d2c.zip |
cross-reference to DEBUG_BEFORE_CMD option
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | Doc/Zsh/func.yo | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index d9cf20cca..a6785373c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-07-30 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * unposted: Doc/Zsh/func.yo: refer to DEBUG_BEFORE_CMD option. + 2008-07-30 Peter Stephenson <pws@csr.com> * Max Mikhanosha: users/13077: Completion/Unix/Type/_path_files: @@ -12,7 +16,7 @@ 2008-07-27 Peter Stephenson <p.w.stephenson@ntlworld.com> - * following discussion: Src/builtin.c: chnage error message in + * following discussion: Src/builtin.c: change error message in 25338. 2008-07-25 Peter Stephenson <pws@csr.com> diff --git a/Doc/Zsh/func.yo b/Doc/Zsh/func.yo index 0d215dde3..83ab8bc5d 100644 --- a/Doc/Zsh/func.yo +++ b/Doc/Zsh/func.yo @@ -308,7 +308,8 @@ executed inside other traps. ) findex(TRAPDEBUG) item(tt(TRAPDEBUG))( -Executed after each command. +Executed after each command. If the option tt(DEBUG_BEFORE_CMD) +is set, executed before each command instead. ) findex(TRAPEXIT) item(tt(TRAPEXIT))( |