mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
updated for version 7.0-148
This commit is contained in:
@@ -3125,7 +3125,12 @@ ex_call(eap)
|
|||||||
funcdict_T fudi;
|
funcdict_T fudi;
|
||||||
|
|
||||||
tofree = trans_function_name(&arg, eap->skip, TFN_INT, &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)
|
if (tofree == NULL)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
@@ -666,6 +666,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 */
|
||||||
|
/**/
|
||||||
|
148,
|
||||||
/**/
|
/**/
|
||||||
147,
|
147,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user