about summary refs log tree commit diff
path: root/Doc/Zsh/zle.yo
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2016-11-17 12:27:52 +0100
committerOliver Kiddle <opk@zsh.org>2016-11-17 12:27:52 +0100
commit6d991ce177d8821592b27158d4a96343a63e6745 (patch)
treedd8b6996c90dc2cae052fa8ae4c02f2b7e5a235f /Doc/Zsh/zle.yo
parent7d2f8050088f61444fc6117cf1e7bfe8d440d73c (diff)
downloadzsh-6d991ce177d8821592b27158d4a96343a63e6745.tar.gz
zsh-6d991ce177d8821592b27158d4a96343a63e6745.tar.xz
zsh-6d991ce177d8821592b27158d4a96343a63e6745.zip
39952: add registers special parameter to provide access to the vi register buffers from a zle widget function
Diffstat (limited to 'Doc/Zsh/zle.yo')
-rw-r--r--Doc/Zsh/zle.yo6
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo
index 21681e5e7..fe6a7e93b 100644
--- a/Doc/Zsh/zle.yo
+++ b/Doc/Zsh/zle.yo
@@ -991,6 +991,12 @@ and tt(zle_highlight); see
 ifzman(the section CHARACTER HIGHLIGHTING below)\
 ifnzman(noderef(Character Highlighting)) for details.
 )
+vindex(registers)
+item(tt(registers) (associative array))(
+The contents of each of the `named' vi register buffers. These are
+typically set using tt(vi-set-buffer) followed by a delete, change or
+yank command.
+)
 vindex(SUFFIX_ACTIVE)
 vindex(SUFFIX_START)
 vindex(SUFFIX_END)