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)

e5a8f35b42
This commit is contained in:
Jurica Bradaric
2017-03-05 22:20:48 +01:00
parent 483e8257e5
commit 2f80360e9a
3 changed files with 52 additions and 6 deletions

View File

@@ -220,7 +220,7 @@ static int included_patches[] = {
// 2223,
// 2222,
// 2221,
// 2220,
2220,
2219,
// 2218 NA
2217,