]> granicus.if.org Git - vim/commitdiff
updated for version 7.2b-007 v7.2b.007
authorBram Moolenaar <Bram@vim.org>
Fri, 18 Jul 2008 10:05:58 +0000 (10:05 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 18 Jul 2008 10:05:58 +0000 (10:05 +0000)
src/search.c
src/version.c

index 8a00757fbe264e555d2cf93216f9312315caaf4c..5586bddba5f947e17a01d4e4a20c1d999e8e6c45 100644 (file)
@@ -5375,7 +5375,7 @@ write_viminfo_search_pattern(fp)
            (no_hlsearch || find_viminfo_parameter('h') != NULL) ? 'h' : 'H');
 #endif
        wvsp_one(fp, RE_SEARCH, "", '/');
-       wvsp_one(fp, RE_SUBST, "Substitute ", '&');
+       wvsp_one(fp, RE_SUBST, _("Substitute "), '&');
     }
 }
 
index d8a008d78ebcc354e7bde34e23c3165a5933b64c..fd7795e7a3d79dfe4263200decb539ae3d538020 100644 (file)
@@ -676,6 +676,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    7,
 /**/
     6,
 /**/