1
0
forked from aniani/vim

updated for version 7.4.180

Problem:    Older Python versions don't support %ld.
Solution:   Use %d instead. (ZyX)
This commit is contained in:
Bram Moolenaar
2014-02-15 15:59:03 +01:00
parent 0e4eebd425
commit 403b3cf0a1
2 changed files with 6 additions and 4 deletions

View File

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