diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2004-06-22 13:09:55 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2004-06-22 13:09:55 +0000 |
commit | d591334e9d616830fbd24909db2e21ac4b959742 (patch) | |
tree | 65b44f10e6995c95605c8a56c3ca0fd9bfe6ad9d /Doc/Zsh/params.yo | |
parent | 6a1d913bd6214d7ca7f8cf1a82efef1fa4bae101 (diff) | |
download | zsh-d591334e9d616830fbd24909db2e21ac4b959742.tar.gz zsh-d591334e9d616830fbd24909db2e21ac4b959742.tar.xz zsh-d591334e9d616830fbd24909db2e21ac4b959742.zip |
20076, 20084: { ... } always { ... } syntax.
Diffstat (limited to 'Doc/Zsh/params.yo')
-rw-r--r-- | Doc/Zsh/params.yo | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo index 650a6e8d8..fd12b4f20 100644 --- a/Doc/Zsh/params.yo +++ b/Doc/Zsh/params.yo @@ -619,6 +619,14 @@ vindex(signals) item(tt(signals))( An array containing the names of the signals. ) +vindex(TRY_BLOCK_ERROR) +item(tt(TRY_BLOCK_ERROR) <S>)( +In an tt(always) block, indicates whether the preceding list of code +caused an error. The value is 1 to indicate an error, 0 otherwise. +It may be reset, clearing the error condition. See +ifzman(em(Complex Commands) in zmanref(zshmisc))\ +ifnzman(noderef(Complex Commands)) +) vindex(TTY) item(tt(TTY))( The name of the tty associated with the shell, if any. |