mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
updated for version 7.2-098
This commit is contained in:
@@ -3928,7 +3928,7 @@ eval0(arg, rettv, nextcmd, evaluate)
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Handle top level expression:
|
* Handle top level expression:
|
||||||
* expr1 ? expr0 : expr0
|
* expr2 ? expr1 : expr1
|
||||||
*
|
*
|
||||||
* "arg" must point to the first non-white of the expression.
|
* "arg" must point to the first non-white of the expression.
|
||||||
* "arg" is advanced to the next non-white after the recognized expression.
|
* "arg" is advanced to the next non-white after the recognized expression.
|
||||||
@@ -19912,7 +19912,7 @@ ex_function(eap)
|
|||||||
: eval_isnamec(arg[j])))
|
: eval_isnamec(arg[j])))
|
||||||
++j;
|
++j;
|
||||||
if (arg[j] != NUL)
|
if (arg[j] != NUL)
|
||||||
emsg_funcname(e_invarg2, arg);
|
emsg_funcname((char *)e_invarg2, arg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -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 */
|
||||||
|
/**/
|
||||||
|
98,
|
||||||
/**/
|
/**/
|
||||||
97,
|
97,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user