* The '\u', '\l', '\U', and '\L' substitution sequences work with multibyte

characters now.
This commit is contained in:
Gunnar Ritter
2005-01-09 13:23:00 +00:00
parent 6b5d023516
commit 6f9ef30277
3 changed files with 82 additions and 26 deletions

View File

@@ -2,6 +2,8 @@ Release ...
* When a multicolumn character was replaced by another multicolumn character
in insert mode, the display was not updated appropriately with terminals
other than xterm.
* The '\u', '\l', '\U', and '\L' substitution sequences work with multibyte
characters now.
* Handle character case conversions with the '~' vi command correctly if the
length of the converted multibyte sequence is smaller than the original one.
* Fixed an old vi bug: If a vi command that yanked or deleted part of a line