diff options
Diffstat (limited to 'Doc/Zsh/zle.yo')
-rw-r--r-- | Doc/Zsh/zle.yo | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo index 8022a1bdd..d1e68a238 100644 --- a/Doc/Zsh/zle.yo +++ b/Doc/Zsh/zle.yo @@ -666,17 +666,15 @@ vindex(PREDISPLAY) item(tt(PREDISPLAY) (scalar))( Text to be displayed before the start of the editable text buffer. This does not have to be a complete line; to display a complete line, a newline -must be appended explicitly. Note that the text survives between calls to zle -and hence must be removed explicitly by assigning an empty value to the -parameter. +must be appended explicitly. The text is reset on each new invocation +(but not recursive invocation) of zle. ) vindex(POSTDISPLAY) item(tt(POSTDISPLAY) (scalar))( Text to be displayed after the end of the editable text buffer. This does not have to be a complete line; to display a complete line, a newline -must be prepended explicitly. Note that the text survives between calls to -zle and hence must be removed explicitly by assigning an empty value to the -parameter. +must be prepended explicitly. The text is reset on each new invocation +(but not recursive invocation) of zle. ) vindex(RBUFFER) item(tt(RBUFFER) (scalar))( |