forked from aniani/vim
patch 8.2.4419: illegal memory access when using 20 highlights
Problem: Illegal memory access when using exactly 20 highlights.
Solution: Add one more item in the array. (Brandon Richardson,
closes #9800)
This commit is contained in:
committed by
Bram Moolenaar
parent
5921aeb574
commit
a493b6506b
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4419,
|
||||
/**/
|
||||
4418,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user