about summary refs log tree commit diff
path: root/Doc/Zsh/params.yo
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2010-09-08 12:32:32 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2010-09-08 12:32:32 +0000
commit7e5a7a91354825cb01cf1f3c26995bcf0c2c27a7 (patch)
treee941fcb24ce74dceb1d3c6517e44ffcef5f81721 /Doc/Zsh/params.yo
parent5ae3e384f52c9d9ef9aecb955deecf236d01bbd9 (diff)
downloadzsh-7e5a7a91354825cb01cf1f3c26995bcf0c2c27a7.tar.gz
zsh-7e5a7a91354825cb01cf1f3c26995bcf0c2c27a7.tar.xz
zsh-7e5a7a91354825cb01cf1f3c26995bcf0c2c27a7.zip
28237: new parameter ZLE_LINE_ABORTED
28241: don't list .safe with bindkey -lL
Diffstat (limited to 'Doc/Zsh/params.yo')
-rw-r--r--Doc/Zsh/params.yo7
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo
index b78896020..5d85f58e3 100644
--- a/Doc/Zsh/params.yo
+++ b/Doc/Zsh/params.yo
@@ -1448,6 +1448,13 @@ item(tt(ZDOTDIR))(
 The directory to search for shell startup files (.zshrc, etc),
 if not tt($HOME).
 )
+vindex(ZLE_LINE_ABORTED)
+item(tt(ZLE_LINE_ABORTED))(
+This parameter is set by the line editor when an error occurs.  It
+contains the line that was being edited at the point of the error.
+`tt(print -zr -- $ZLE_LINE_ABORTED)' can be used to recover the line.
+Only the most recent line of this kind is remembered.
+)
 vindex(ZLE_REMOVE_SUFFIX_CHARS)
 vindex(ZLE_SPACE_SUFFIX_CHARS)
 xitem(tt(ZLE_REMOVE_SUFFIX_CHARS))