# HG changeset patch # User vimboss # Date 1233761226 0 # Node ID e7633eb32cfd9cd631a73f4d412272506261b427 # Parent acc572c5660c90020f42c9f31c1d2c776c5dce47 updated for version 7.2-098 diff --git a/src/eval.c b/src/eval.c --- a/src/eval.c +++ b/src/eval.c @@ -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); } } diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -677,6 +677,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 98, +/**/ 97, /**/ 96,