From 8ae8fae4001873515c2465ca05b8ac77a35a72e5 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 8 Aug 2013 20:10:06 +0100 Subject: 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. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4fe1f9422..b81522315 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2013-08-08 Peter Stephenson + * 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. -- cgit 1.4.1