about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2023-01-10 21:17:24 +0100
committerOliver Kiddle <opk@zsh.org>2023-01-10 21:17:24 +0100
commitb513ca21c8aff35c76bb9b1cb30a9644e936833a (patch)
tree46b0212b0e6835219286c5fc4ef39c9610113335 /ChangeLog
parentbe2c91bbc3361398a18ea4b77d493dded0a60e79 (diff)
downloadzsh-b513ca21c8aff35c76bb9b1cb30a9644e936833a.tar.gz
zsh-b513ca21c8aff35c76bb9b1cb30a9644e936833a.tar.xz
zsh-b513ca21c8aff35c76bb9b1cb30a9644e936833a.zip
51292: fix dynamic updates of region_highlight to account for PREDISPLAY
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e1d81845b..ddee8700e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2023-01-10  Oliver Kiddle  <opk@zsh.org>
 
+	* 51292: Src/Zle/zle_utils.c: fix dynamic updates of
+	region_highlight to account for PREDISPLAY
+
 	* 51291: Doc/Zsh/zle.yo, Src/Zle/zle_refresh.c, Src/prompt.c:
 	support for highlighting ellipses in the line editor