updated for version 7.2-160

This commit is contained in:
vimboss
2009-04-22 16:45:21 +00:00
parent 7ebc297d1d
commit 160f5fa78f
2 changed files with 11 additions and 0 deletions
+9
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
+2
View File
@@ -676,6 +676,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
160,
/**/
159,
/**/