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:
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4397,
|
||||
/**/
|
||||
4396,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user