diff --git a/src/search.c b/src/search.c index 8a00757fbe..5586bddba5 100644 --- a/src/search.c +++ b/src/search.c @@ -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 "), '&'); } } diff --git a/src/version.c b/src/version.c index d8a008d78e..fd7795e7a3 100644 --- a/src/version.c +++ b/src/version.c @@ -676,6 +676,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 7, /**/ 6, /**/