1
0
forked from aniani/vim

updated for version 7.0-118

This commit is contained in:
Bram Moolenaar 2006-10-03 15:21:42 +00:00
parent 7bd2cd8d19
commit 970cf12a3c
2 changed files with 2 additions and 2 deletions

View File

@ -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)
{

View File

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