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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -666,6 +666,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
136,
|
||||
/**/
|
||||
135,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user