]> granicus.if.org Git - vim/commitdiff
updated for version 7.2b-027 v7.2b.027
authorBram Moolenaar <Bram@vim.org>
Wed, 6 Aug 2008 12:19:26 +0000 (12:19 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 6 Aug 2008 12:19:26 +0000 (12:19 +0000)
src/ex_getln.c
src/version.c

index 38e0fe8240282427b2ea8eb8a55326f60d8e1920..624bf1c8de3513f7b166d5bd22b12222de5294c7 100644 (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');
index 933da74b92af94afd6fbc0169cce0f6bd4ab57cb..0e703d10c7dd8ccbc383b24dadea18bb64437e5a 100644 (file)
@@ -676,6 +676,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    27,
 /**/
     26,
 /**/