From: Bram Moolenaar Date: Thu, 6 Nov 2008 10:05:42 +0000 (+0000) Subject: updated for version 7.2-028 X-Git-Tag: v7.2.028 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8dd9ac5a963a392d2556821ea4c21ec5b39639c5;p=vim updated for version 7.2-028 --- diff --git a/src/eval.c b/src/eval.c index 447d3d781..e5ed0fa52 100644 --- a/src/eval.c +++ b/src/eval.c @@ -3287,7 +3287,7 @@ ex_call(eap) if (*startarg != '(') { - EMSG2(_("E107: Missing braces: %s"), eap->arg); + EMSG2(_("E107: Missing parentheses: %s"), eap->arg); goto end; } diff --git a/src/version.c b/src/version.c index da5bc49d7..ba25ff997 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 */ +/**/ + 28, /**/ 27, /**/