forked from aniani/vim
patch 8.2.4254: using short instead of int
Problem: Using short instead of int. Solution: Use int. (closes #9658)
This commit is contained in:
committed by
Bram Moolenaar
parent
37f47958b8
commit
f12b7815f6
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4254,
|
||||
/**/
|
||||
4253,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user