mirror of https://github.com/tildeclub/ex-vi.git
the ^U issue affected only multibyte characters
This commit is contained in:
parent
7529db3b73
commit
bac07daedd
8
Changes
8
Changes
|
@ -27,8 +27,9 @@ Release ...
|
||||||
length of the converted multibyte sequence is smaller than the original one.
|
length of the converted multibyte sequence is smaller than the original one.
|
||||||
* Multibyte sequences that correspond to an unprintable character are now
|
* Multibyte sequences that correspond to an unprintable character are now
|
||||||
printed as multiple octal escape sequences.
|
printed as multiple octal escape sequences.
|
||||||
* Pressing the ^U (kill) character in insert mode sometimes positioned the
|
* Pressing the ^U (kill) character in insert mode with a multibyte character
|
||||||
cursor at weird locations since the last revision (P).
|
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
|
* 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
|
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.
|
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,
|
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.
|
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).
|
||||||
|
|
Loading…
Reference in New Issue