0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

patch 8.0.1557: printf() does not work with only one argument

Problem:    printf() does not work with only one argument. (Daniel Hahler)
Solution:   Allow using just the format. (Ken Takata, closes #2687)
This commit is contained in:
Bram Moolenaar
2018-03-03 15:06:52 +01:00
parent 590ec878a5
commit c71807db9c
3 changed files with 6 additions and 1 deletions

View File

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