* When an illegal multibyte sequence is entered in vi insert mode, no garbage

bytes are generated anymore when the insert mode is left.
This commit is contained in:
Gunnar Ritter
2005-01-12 17:26:23 +00:00
parent cd48bf2e60
commit b75f03c3ca
3 changed files with 6 additions and 4 deletions

View File

@@ -15,6 +15,8 @@ Release ...
IM (insert mode) capability. It is unlikely that such terminals actually
exist, but vi will use the corresponding code for open mode if a termcap
entry is not available.
* When an illegal multibyte sequence is entered in vi insert mode, no garbage
bytes are generated anymore when the insert mode is left.
* The '\u', '\l', '\U', and '\L' substitution sequences work with multibyte
characters now.
* Handle character case conversions with the '~' vi command correctly if the