]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-136 v7.1.136
authorBram Moolenaar <Bram@vim.org>
Sun, 7 Oct 2007 13:22:19 +0000 (13:22 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 7 Oct 2007 13:22:19 +0000 (13:22 +0000)
src/syntax.c
src/version.c

index 825ef881c3dfcde8609431b070c9ad418a2fc2a9..e321313bedc91288d67a3b3dd356aade718d3a52 100644 (file)
@@ -3354,6 +3354,7 @@ syn_clear_pattern(buf, i)
     {
        vim_free(SYN_ITEMS(buf)[i].sp_cont_list);
        vim_free(SYN_ITEMS(buf)[i].sp_next_list);
+       vim_free(SYN_ITEMS(buf)[i].sp_syn.cont_in_list);
     }
 }
 
index 739d9d00bf54ce211f2c13c9d1cf59ffc43b2dfd..9ab42f8b9dd839c92fc11a68a36d93481542ff46 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    136,
 /**/
     135,
 /**/