about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2013-08-08 20:10:06 +0100
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2013-08-08 20:10:06 +0100
commit8ae8fae4001873515c2465ca05b8ac77a35a72e5 (patch)
tree376c0f5fa113b9c9a0191319e10c8e309ddaa5e2 /ChangeLog
parent0b185e3dcd7348045787b972a80d62da4ca0c79f (diff)
downloadzsh-8ae8fae4001873515c2465ca05b8ac77a35a72e5.tar.gz
zsh-8ae8fae4001873515c2465ca05b8ac77a35a72e5.tar.xz
zsh-8ae8fae4001873515c2465ca05b8ac77a35a72e5.zip
31644: Fix insertion of multibyte characters into editor line.
This was broken for a string that came from outside ZLE in the case
where the editing buffer wasn't metafied, i.e. not in completion.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4fe1f9422..b81522315 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2013-08-08  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
+	* Src/Zle/zle_tricky.c (inststrlen): 31644: the wrong length was
+	used when inserting multibyte characters from a string from
+	outside ZLE into the editing buffer.
+
 	* users/17908: Src/hist.c Src/Zle/zle_main.c Src/zsh.h: if
 	modifying history with ZLE active, keep the history line
 	recorded in ZLE in sync.