updated for version 7.2b-007

This commit is contained in:
vimboss
2008-07-18 10:05:58 +00:00
parent bf94409623
commit 46419c0628
2 changed files with 3 additions and 1 deletions
+1 -1
View 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 "), '&');
}
}
+2
View File
@@ -676,6 +676,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
7,
/**/
6,
/**/