0
0
mirror of https://github.com/vim/vim.git synced 2025-10-02 05:04:20 -04:00

updated for version 7.2b-027

This commit is contained in:
Bram Moolenaar
2008-08-06 12:19:26 +00:00
parent 149e807e13
commit be555e704a
2 changed files with 5 additions and 0 deletions

View File

@@ -6252,7 +6252,10 @@ script_get(eap, cmd)
NUL, eap->cookie, 0);
if (theline == NULL || STRCMP(end_pattern, theline) == 0)
{
vim_free(theline);
break;
}
ga_concat(&ga, theline);
ga_append(&ga, '\n');

View File

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