]> granicus.if.org Git - vim/commitdiff
updated for version 7.2-160 v7.2.160
authorBram Moolenaar <Bram@vim.org>
Wed, 22 Apr 2009 16:45:21 +0000 (16:45 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 22 Apr 2009 16:45:21 +0000 (16:45 +0000)
src/search.c
src/version.c

index dd260d3b40975bacdf4ad30496a2e729d4090935..ced1b90921327f10a965eedb89ef119546c438c2 100644 (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
 
index 0253013fbe424854041bf255bd4ec71092c3a17c..9edd2c0681be9089f352801c0d21196aa81adc01 100644 (file)
@@ -676,6 +676,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    160,
 /**/
     159,
 /**/