]> granicus.if.org Git - vim/commitdiff
updated for version 7.0-175 v7.0.175
authorBram Moolenaar <Bram@vim.org>
Tue, 5 Dec 2006 09:32:29 +0000 (09:32 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 5 Dec 2006 09:32:29 +0000 (09:32 +0000)
src/eval.c
src/version.c

index 53ebc78451fea5e594ac33510ab54971d244508d..f9177b3b3dc636197d9946a2f7a911b6c72784a4 100644 (file)
@@ -16073,6 +16073,10 @@ error:
        }
     }
 
+    /* add a terminating NUL */
+    ga_grow(&ga, 1);
+    ga_append(&ga, NUL);
+
     rettv->vval.v_string = ga.ga_data;
 }
 
index b77a93edc51de938491fe590902a65523367cbfe..1e320534a80524aef3ce84c0f074ebb173d6379f 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    175,
 /**/
     174,
 /**/