mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
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');
|
(no_hlsearch || find_viminfo_parameter('h') != NULL) ? 'h' : 'H');
|
||||||
#endif
|
#endif
|
||||||
wvsp_one(fp, RE_SEARCH, "", '/');
|
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[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
7,
|
||||||
/**/
|
/**/
|
||||||
6,
|
6,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user