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:
committed by
Bram Moolenaar
parent
9dac9b1751
commit
8be423b7ac
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4640,
|
||||
/**/
|
||||
4639,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user