0
0
mirror of https://github.com/vim/vim.git synced 2025-09-06 21:53:38 -04:00

updated for version 7.2-160

This commit is contained in:
Bram Moolenaar 2009-04-22 16:45:21 +00:00
parent 94ba1ce055
commit f242762d0d
2 changed files with 11 additions and 0 deletions

View File

@ -345,6 +345,15 @@ free_search_patterns()
{
vim_free(spats[0].pat);
vim_free(spats[1].pat);
# ifdef FEAT_RIGHTLEFT
if (mr_pattern_alloced)
{
vim_free(mr_pattern);
mr_pattern_alloced = FALSE;
mr_pattern = NULL;
}
# endif
}
#endif

View File

@ -676,6 +676,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
160,
/**/
159,
/**/