1
0
forked from aniani/vim

updated for version 7.2b-007

This commit is contained in:
Bram Moolenaar 2008-07-18 10:05:58 +00:00
parent de1656ec20
commit 9b22871b6e
2 changed files with 3 additions and 1 deletions

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 "), '&');
}
}

View File

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