1
0
forked from aniani/vim

updated for version 7.3.1075

Problem:    Compiler warning for storing a long_u in an int.
Solution:   Declare the number as an int. (Mike Williams)
This commit is contained in:
Bram Moolenaar
2013-05-30 19:18:31 +02:00
parent f62d942e54
commit 021e147b70
2 changed files with 3 additions and 1 deletions

View File

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