From: Bram Moolenaar Date: Wed, 4 Feb 2009 15:27:06 +0000 (+0000) Subject: updated for version 7.2-098 X-Git-Tag: v7.2.098 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b67cc16e02ecf4de87431a3098476a3184287c2f;p=vim updated for version 7.2-098 --- diff --git a/src/eval.c b/src/eval.c index 76a6044a8..98979b175 100644 --- 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 index d5e44843d..4aeef69e4 100644 --- a/src/version.c +++ b/src/version.c @@ -676,6 +676,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 98, /**/ 97, /**/