summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2016-07-08 23:00:44 +0200
committerOliver Kiddle <opk@zsh.org>2016-07-08 23:00:44 +0200
commit13f4bb29363e2a4c6a6e2971a929bd677043d866 (patch)
treec3362a1e04593ccc1ababb6d0f639adf949b1fdb /ChangeLog
parente87aa8941fd7e13b039bf4d1664c6dc39a09313a (diff)
downloadzsh-13f4bb29363e2a4c6a6e2971a929bd677043d866.tar.gz
zsh-13f4bb29363e2a4c6a6e2971a929bd677043d866.tar.xz
zsh-13f4bb29363e2a4c6a6e2971a929bd677043d866.zip
38810: fix cursor positioning and repeated invocations when widgets used from emacs mode
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f220cbc82..8e02253c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2016-07-08  Oliver Kiddle  <opk@zsh.org>
 
+	* 38810: Src/Zle/textobjects.c: fix cursor positioning
+	and repeated invocations when widgets used from emacs mode
+
 	* 38809: Src/zsh.h, Src/prompt.c, Src/Zle/zle_refresh.c:
 	fix tracking of colour attributes and restore them when
 	turning bold off