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:
@@ -3287,7 +3287,7 @@ ex_call(eap)
|
|||||||
|
|
||||||
if (*startarg != '(')
|
if (*startarg != '(')
|
||||||
{
|
{
|
||||||
EMSG2(_("E107: Missing braces: %s"), eap->arg);
|
EMSG2(_("E107: Missing parentheses: %s"), eap->arg);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -676,6 +676,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
28,
|
||||||
/**/
|
/**/
|
||||||
27,
|
27,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user