1
0
forked from aniani/vim

patch 8.0.1621: using invalid default value for highlight attribute

Problem:    Using invalid default value for highlight attribute.
Solution:   Use zero instead of -1.
This commit is contained in:
Bram Moolenaar
2018-03-20 13:00:25 +01:00
parent e26e0d2b83
commit 6185903e3d
2 changed files with 5 additions and 3 deletions

View File

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