mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
updated for version 7.2a-008
This commit is contained in:
@@ -3905,6 +3905,8 @@ tv_float(tvs, idxp)
|
|||||||
++*idxp;
|
++*idxp;
|
||||||
if (tvs[idx].v_type == VAR_FLOAT)
|
if (tvs[idx].v_type == VAR_FLOAT)
|
||||||
f = tvs[idx].vval.v_float;
|
f = tvs[idx].vval.v_float;
|
||||||
|
else if (tvs[idx].v_type == VAR_NUMBER)
|
||||||
|
f = tvs[idx].vval.v_number;
|
||||||
else
|
else
|
||||||
EMSG(_("E807: Expected Float argument for printf()"));
|
EMSG(_("E807: Expected Float argument for printf()"));
|
||||||
}
|
}
|
||||||
|
@@ -676,6 +676,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 */
|
||||||
|
/**/
|
||||||
|
8,
|
||||||
/**/
|
/**/
|
||||||
7,
|
7,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user