forked from aniani/vim
updated for version 7.0-118
This commit is contained in:
parent
7bd2cd8d19
commit
970cf12a3c
@ -4124,8 +4124,6 @@ vim_snprintf(str, str_m, fmt, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10)
|
||||
case 'c':
|
||||
case 's':
|
||||
length_modifier = '\0';
|
||||
zero_padding = 0; /* turn zero padding off for string
|
||||
conversions */
|
||||
str_arg_l = 1;
|
||||
switch (fmt_spec)
|
||||
{
|
||||
|
@ -666,6 +666,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
118,
|
||||
/**/
|
||||
117,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user