mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
updated for version 7.2-032
This commit is contained in:
@@ -846,8 +846,8 @@ eval_clear()
|
|||||||
p = &vimvars[i];
|
p = &vimvars[i];
|
||||||
if (p->vv_di.di_tv.v_type == VAR_STRING)
|
if (p->vv_di.di_tv.v_type == VAR_STRING)
|
||||||
{
|
{
|
||||||
vim_free(p->vv_string);
|
vim_free(p->vv_str);
|
||||||
p->vv_string = NULL;
|
p->vv_str = NULL;
|
||||||
}
|
}
|
||||||
else if (p->vv_di.di_tv.v_type == VAR_LIST)
|
else if (p->vv_di.di_tv.v_type == VAR_LIST)
|
||||||
{
|
{
|
||||||
|
@@ -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 */
|
||||||
|
/**/
|
||||||
|
32,
|
||||||
/**/
|
/**/
|
||||||
31,
|
31,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user