diff options
author | Peter Stephenson <pws@zsh.org> | 2015-03-06 09:51:16 +0000 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2015-03-06 09:51:16 +0000 |
commit | 2f3547689cfc8b1b1bf4cbdbd7b3714e2ab1d0a2 (patch) | |
tree | 8bbe22b99a1ccb6e0350729c11134718e69c71bc /Doc/Zsh | |
parent | 00b3085b969f46370f7cde28e9dfa10026b884c7 (diff) | |
download | zsh-2f3547689cfc8b1b1bf4cbdbd7b3714e2ab1d0a2.tar.gz zsh-2f3547689cfc8b1b1bf4cbdbd7b3714e2ab1d0a2.tar.xz zsh-2f3547689cfc8b1b1bf4cbdbd7b3714e2ab1d0a2.zip |
34653: move aborted vared lines to ZLE_VARED_ABORTED
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/zle.yo | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo index dd8e6286a..b8b9b8c9c 100644 --- a/Doc/Zsh/zle.yo +++ b/Doc/Zsh/zle.yo @@ -2223,7 +2223,8 @@ item(tt(send-break) (^G ESC-^G) (unbound) (unbound))( Abort the current editor function, e.g. tt(execute-named-command), or the editor itself, e.g. if you are in tt(vared). Otherwise abort the parsing of the current line; in this case the aborted line is available in the shell -variable tt(ZLE_LINE_ABORTED). +variable tt(ZLE_LINE_ABORTED). If the editor is aborted from within +tt(vared), the variable tt(ZLE_VARED_ABORTED) is set. ) tindex(run-help) item(tt(run-help) (ESC-H ESC-h) (unbound) (unbound))( |