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