mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-30 07:10:58 +02:00
cross-reference to DEBUG_BEFORE_CMD option
This commit is contained in:
parent
eccd5ca1a3
commit
8a466992da
2 changed files with 7 additions and 2 deletions
|
@ -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>
|
2008-07-30 Peter Stephenson <pws@csr.com>
|
||||||
|
|
||||||
* Max Mikhanosha: users/13077: Completion/Unix/Type/_path_files:
|
* Max Mikhanosha: users/13077: Completion/Unix/Type/_path_files:
|
||||||
|
@ -12,7 +16,7 @@
|
||||||
|
|
||||||
2008-07-27 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
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.
|
25338.
|
||||||
|
|
||||||
2008-07-25 Peter Stephenson <pws@csr.com>
|
2008-07-25 Peter Stephenson <pws@csr.com>
|
||||||
|
|
|
@ -308,7 +308,8 @@ executed inside other traps.
|
||||||
)
|
)
|
||||||
findex(TRAPDEBUG)
|
findex(TRAPDEBUG)
|
||||||
item(tt(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)
|
findex(TRAPEXIT)
|
||||||
item(tt(TRAPEXIT))(
|
item(tt(TRAPEXIT))(
|
||||||
|
|
Loading…
Reference in a new issue