mirror of
https://github.com/tildeclub/ex-vi.git
synced 2026-01-24 02:10:19 +00:00
* 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:
2
Changes
2
Changes
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user