1
0
forked from aniani/vim

patch 8.0.0991: using wrong character conversion for DBCS

Problem:    Using wrong character conversion for DBCS.
Solution:   Use utf_char2bytes instead of mb_char2bytes. (Yasuhiro Matsumoto,
            closes #2012)
This commit is contained in:
Bram Moolenaar
2017-08-23 23:36:25 +02:00
parent 285f243e50
commit 6c4d12c527
2 changed files with 4 additions and 2 deletions

View File

@@ -769,6 +769,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
991,
/**/
990,
/**/