forked from aniani/vim
updated for version 7.2b-007
This commit is contained in:
parent
de1656ec20
commit
9b22871b6e
@ -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 "), '&');
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -676,6 +676,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
7,
|
||||
/**/
|
||||
6,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user