summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2009-02-04 15:27:06 +0000
committervimboss <devnull@localhost>2009-02-04 15:27:06 +0000
commit1c17ccca5d4951942f3c422277f511a0678176bb (patch)
tree721694e09c29ba6ce2242cc6df2b40d53805d5eb
parente7b6bcc8d80a6993996ef369c6046afbf686701c (diff)
downloadvim-7.2.098.tar.gz
updated for version 7.2-098v7.2.098v7-2-098
-rw-r--r--src/eval.c4
-rw-r--r--src/version.c2
2 files changed, 4 insertions, 2 deletions
diff --git a/src/eval.c b/src/eval.c
index 76a6044a..98979b17 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 d5e44843..4aeef69e 100644
--- 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,