0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

updated for version 7.1-136

This commit is contained in:
Bram Moolenaar
2007-10-07 13:22:19 +00:00
parent 9b9422097c
commit 51f78b2a4c
2 changed files with 3 additions and 0 deletions

View 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_cont_list);
vim_free(SYN_ITEMS(buf)[i].sp_next_list); vim_free(SYN_ITEMS(buf)[i].sp_next_list);
vim_free(SYN_ITEMS(buf)[i].sp_syn.cont_in_list);
} }
} }

View File

@@ -666,6 +666,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 */
/**/
136,
/**/ /**/
135, 135,
/**/ /**/