0
0
mirror of https://github.com/vim/vim.git synced 2025-09-27 04:14:06 -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:
* expr1 ? expr0 : expr0
* expr2 ? expr1 : expr1
*
* "arg" must point to the first non-white of the expression.
* "arg" is advanced to the next non-white after the recognized expression.
@@ -19912,7 +19912,7 @@ ex_function(eap)
: eval_isnamec(arg[j])))
++j;
if (arg[j] != NUL)
emsg_funcname(e_invarg2, arg);
emsg_funcname((char *)e_invarg2, arg);
}
}