From: Bram Moolenaar Date: Sun, 7 Oct 2007 13:22:19 +0000 (+0000) Subject: updated for version 7.1-136 X-Git-Tag: v7.1.136 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=51f78b2a4ca8cdc45046f5fa471a9f649e618fee;p=thirdparty%2Fvim.git updated for version 7.1-136 --- diff --git a/src/syntax.c b/src/syntax.c index 825ef881c3..e321313bed 100644 --- a/src/syntax.c +++ b/src/syntax.c @@ -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); } } diff --git a/src/version.c b/src/version.c index 739d9d00bf..9ab42f8b9d 100644 --- a/src/version.c +++ b/src/version.c @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 136, /**/ 135, /**/