mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
updated for version 7.0-175
This commit is contained in:
@@ -16073,6 +16073,10 @@ error:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* add a terminating NUL */
|
||||||
|
ga_grow(&ga, 1);
|
||||||
|
ga_append(&ga, NUL);
|
||||||
|
|
||||||
rettv->vval.v_string = ga.ga_data;
|
rettv->vval.v_string = ga.ga_data;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -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 */
|
||||||
|
/**/
|
||||||
|
175,
|
||||||
/**/
|
/**/
|
||||||
174,
|
174,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user