mirror of
https://github.com/vim/vim.git
synced 2025-09-07 22:03:36 -04:00
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 '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,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user