0
0
mirror of https://github.com/vim/vim.git synced 2025-09-30 04:44:14 -04:00

updated for version 7.2-098

This commit is contained in:
Bram Moolenaar
2009-02-04 15:27:06 +00:00
parent 0725608d1a
commit b67cc16e02
2 changed files with 4 additions and 2 deletions

View File

@@ -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);
} }
} }

View File

@@ -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,
/**/ /**/