From bac07daeddc4781f436052f8996578ff0f3454d6 Mon Sep 17 00:00:00 2001 From: Gunnar Ritter Date: Fri, 14 Jan 2005 00:17:13 +0000 Subject: [PATCH] the ^U issue affected only multibyte characters --- Changes | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 4118b1b..b4d3f3e 100644 --- a/Changes +++ b/Changes @@ -27,8 +27,9 @@ Release ... length of the converted multibyte sequence is smaller than the original one. * Multibyte sequences that correspond to an unprintable character are now printed as multiple octal escape sequences. -* Pressing the ^U (kill) character in insert mode sometimes positioned the - cursor at weird locations since the last revision (P). +* Pressing the ^U (kill) character in insert mode with a multibyte character + at the beginning of an insertion at the start of a line sometimes positioned + the cursor at weird locations since the last revision. * Fixed an old vi bug: If a vi command that yanked or deleted part of a line was followed by an ex command that also yanked or deleted some text, a following 'p' vi command pasted the text affected by the former vi command. @@ -174,4 +175,5 @@ Release 31/05/00 enabled with -DISO8859_1. It does not include the regular expression code, but otherwise works well in practice with the ISO-8859-1 character set. -Fixes for problems that were introduced in this port are marked (P). +Fixes for problems that were introduced in this port are marked (P), unless +they only affect newly introduced parts (such as multibyte support).