diff --git a/src/eval.c b/src/eval.c index 447d3d7815..e5ed0fa520 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 da5bc49d7b..ba25ff9979 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, /**/