0
0
mirror of https://github.com/vim/vim.git synced 2025-09-27 04:14:06 -04:00

updated for version 7.2-028

This commit is contained in:
Bram Moolenaar
2008-11-06 10:05:42 +00:00
parent 2161bd8dc1
commit 8dd9ac5a96
2 changed files with 3 additions and 1 deletions

View File

@@ -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;
}

View File

@@ -676,6 +676,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
28,
/**/
27,
/**/