1
0
forked from aniani/vim

updated for version 7.0-148

This commit is contained in:
Bram Moolenaar
2006-10-24 11:49:25 +00:00
parent cba2ae53a6
commit a2a31754a4
2 changed files with 8 additions and 1 deletions

View File

@@ -3125,7 +3125,12 @@ ex_call(eap)
funcdict_T fudi;
tofree = trans_function_name(&arg, eap->skip, TFN_INT, &fudi);
vim_free(fudi.fd_newkey);
if (fudi.fd_newkey != NULL)
{
/* Still need to give an error message for missing key. */
EMSG2(_(e_dictkey), fudi.fd_newkey);
vim_free(fudi.fd_newkey);
}
if (tofree == NULL)
return;

View File

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