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:
@@ -6252,7 +6252,10 @@ script_get(eap, cmd)
|
|||||||
NUL, eap->cookie, 0);
|
NUL, eap->cookie, 0);
|
||||||
|
|
||||||
if (theline == NULL || STRCMP(end_pattern, theline) == 0)
|
if (theline == NULL || STRCMP(end_pattern, theline) == 0)
|
||||||
|
{
|
||||||
|
vim_free(theline);
|
||||||
break;
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
ga_concat(&ga, theline);
|
ga_concat(&ga, theline);
|
||||||
ga_append(&ga, '\n');
|
ga_append(&ga, '\n');
|
||||||
|
@@ -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 */
|
||||||
|
/**/
|
||||||
|
27,
|
||||||
/**/
|
/**/
|
||||||
26,
|
26,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user