1
0
forked from aniani/vim

patch 8.2.4640: some boolean options use "long" instead of "int"

Problem:    Some boolean options use "long" instead of "int".
Solution:   Adjust the type. (James McCoy, closes #10033)
This commit is contained in:
James McCoy
2022-03-28 11:55:12 +01:00
committed by Bram Moolenaar
parent 9dac9b1751
commit 8be423b7ac
2 changed files with 5 additions and 3 deletions

View File

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