1
0
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:
=?UTF-8?q?Dundar=20G=C3=B6c?=
2022-01-29 15:12:39 +00:00
committed by Bram Moolenaar
parent 37f47958b8
commit f12b7815f6
2 changed files with 9 additions and 7 deletions

View File

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