1
0
forked from aniani/vim

patch 7.4.2220

Problem:    printf() gives an error when the argument for %s is not a string.
            (Ozaki Kiichi)
Solution:   Behave like invoking string() on the argument. (Ken Takata)
This commit is contained in:
Bram Moolenaar
2016-08-16 21:30:54 +02:00
parent f5a39447a8
commit e5a8f35b42
3 changed files with 50 additions and 7 deletions

View File

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