forked from aniani/vim
patch 8.0.1078: using freed memory with ":hi Normal"
Problem: Using freed memory with ":hi Normal". Solution: Get "item" again after updating the table.
This commit is contained in:
@@ -769,6 +769,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1078,
|
||||
/**/
|
||||
1077,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user