1
0
forked from aniani/vim

patch 8.2.4397: crash when using many composing characters in error message

Problem:    Crash when using many composing characters in error message.
Solution:   Use mb_cptr2char_adv() instead of mb_ptr2char_adv().
This commit is contained in:
Bram Moolenaar
2022-02-16 12:16:19 +00:00
parent f5288c5895
commit 34f8117dec
3 changed files with 11 additions and 1 deletions

View File

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