diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2010-09-08 12:32:32 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2010-09-08 12:32:32 +0000 |
| commit | 7e5a7a91354825cb01cf1f3c26995bcf0c2c27a7 (patch) | |
| tree | e941fcb24ce74dceb1d3c6517e44ffcef5f81721 /Doc/Zsh/params.yo | |
| parent | unposted: small typo in bindkey -lL documentation (diff) | |
| download | zsh-7e5a7a91354825cb01cf1f3c26995bcf0c2c27a7.tar zsh-7e5a7a91354825cb01cf1f3c26995bcf0c2c27a7.tar.gz zsh-7e5a7a91354825cb01cf1f3c26995bcf0c2c27a7.tar.bz2 zsh-7e5a7a91354825cb01cf1f3c26995bcf0c2c27a7.tar.lz zsh-7e5a7a91354825cb01cf1f3c26995bcf0c2c27a7.tar.xz zsh-7e5a7a91354825cb01cf1f3c26995bcf0c2c27a7.tar.zst 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.yo | 7 |
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)) |
