diff options
author | vimboss <devnull@localhost> | 2009-02-04 15:27:06 +0000 |
---|---|---|
committer | vimboss <devnull@localhost> | 2009-02-04 15:27:06 +0000 |
commit | 1c17ccca5d4951942f3c422277f511a0678176bb (patch) | |
tree | 721694e09c29ba6ce2242cc6df2b40d53805d5eb /src/eval.c | |
parent | e7b6bcc8d80a6993996ef369c6046afbf686701c (diff) | |
download | vim-7.2.098.tar.gz |
Diffstat (limited to 'src/eval.c')
-rw-r--r-- | src/eval.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); } } |