1
0
forked from aniani/vim

patch 8.2.1751: using 2 where bool is expected may throw an error

Problem:    Using 2 where bool is expected may throw an error.
Solution:   Make this backwards compatible.
This commit is contained in:
Bram Moolenaar
2020-09-26 22:39:24 +02:00
parent 3697c9bbae
commit bade44e5ca
5 changed files with 10 additions and 5 deletions

View File

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