1
0
forked from aniani/vim

patch 8.2.1906: warning for signed/unsigned

Problem:    Warning for signed/unsigned.
Solution:   Use size_t instead of int. (Mike Williams)
This commit is contained in:
Bram Moolenaar
2020-10-26 18:46:53 +01:00
parent 4882d98339
commit a360dbe3b6
4 changed files with 6 additions and 4 deletions

View File

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