mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
updated for version 7.0-063
This commit is contained in:
parent
968bbbe436
commit
0a5fd8badc
@ -18811,6 +18811,7 @@ ex_function(eap)
|
|||||||
if (dict_add(fudi.fd_dict, fudi.fd_di) == FAIL)
|
if (dict_add(fudi.fd_dict, fudi.fd_di) == FAIL)
|
||||||
{
|
{
|
||||||
vim_free(fudi.fd_di);
|
vim_free(fudi.fd_di);
|
||||||
|
vim_free(fp);
|
||||||
goto erret;
|
goto erret;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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 */
|
||||||
|
/**/
|
||||||
|
63,
|
||||||
/**/
|
/**/
|
||||||
62,
|
62,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user