about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-04-07 09:44:33 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-04-07 09:44:33 +0000
commit84e1cb93ad1364800bddbd1f71cb142beaa4c100 (patch)
tree5cebddcc8fb728e18c48374fdc22d42faf2f5e18 /Doc
parent71e5f09d583166ceca0eae8847c6679c0e5b49f4 (diff)
downloadzsh-84e1cb93ad1364800bddbd1f71cb142beaa4c100.tar.gz
zsh-84e1cb93ad1364800bddbd1f71cb142beaa4c100.tar.xz
zsh-84e1cb93ad1364800bddbd1f71cb142beaa4c100.zip
restore read-from-minibuffer save/restore
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/zle.yo8
1 files changed, 6 insertions, 2 deletions
diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo
index f81e88f52..dfd682b4f 100644
--- a/Doc/Zsh/zle.yo
+++ b/Doc/Zsh/zle.yo
@@ -778,8 +778,12 @@ vindex(region_highlight)
 item(tt(region_highlight) (array))(
 Each element of this array may be set to a string that describes
 highlighting for an arbitrary region of the command line that will
-take effect the next time the command line is redisplayed.  Each
-string consists of the following parts:
+take effect the next time the command line is redisplayed.  Highlighting
+of the non-editable parts of the command line in tt(PREDISPLAY)
+and tt(POSTDISPLAY) are possible, but note that the tt(P) flag
+is needed for character indexing to include tt(PREDISPLAY).
+
+Each string consists of the following parts:
 
 startlist()
 list(Optionally, a `tt(P)' to signify that the start and end offset that