From 7e5a7a91354825cb01cf1f3c26995bcf0c2c27a7 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 8 Sep 2010 12:32:32 +0000 Subject: 28237: new parameter ZLE_LINE_ABORTED 28241: don't list .safe with bindkey -lL --- Doc/Zsh/zle.yo | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Doc/Zsh/zle.yo') diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo index 37b8187c1..87933b93d 100644 --- a/Doc/Zsh/zle.yo +++ b/Doc/Zsh/zle.yo @@ -185,7 +185,10 @@ those keymaps. If the tt(-L) option is also used, list in the form of tt(bindkey) commands to create or link the keymaps. `tt(bindkey -lL main)' shows which keymap is linked to `tt(main)', if any, and hence if -the standard emacs or vi emulation is in effect. +the standard emacs or vi emulation is in effect. This option does +not show the tt(.safe) keymap because it cannot be created in that +fashion; however, neither is `tt(bindkey -lL .safe)' reported as an +error, it simply outputs nothing. ) item(tt(-d))( Delete all existing keymaps and reset to the default state. @@ -2057,7 +2060,8 @@ tindex(send-break) 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. +the current line; in this case the aborted line is available in the shell +variable tt(ZLE_LINE_ABORTED). ) tindex(run-help) item(tt(run-help) (ESC-H ESC-h) (unbound) (unbound))( -- cgit 1.4.1