mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.1-047
This commit is contained in:
@@ -1551,7 +1551,7 @@ ex_catch(eap)
|
|||||||
}
|
}
|
||||||
save_cpo = p_cpo;
|
save_cpo = p_cpo;
|
||||||
p_cpo = (char_u *)"";
|
p_cpo = (char_u *)"";
|
||||||
regmatch.regprog = vim_regcomp(pat, TRUE);
|
regmatch.regprog = vim_regcomp(pat, RE_MAGIC + RE_STRING);
|
||||||
regmatch.rm_ic = FALSE;
|
regmatch.rm_ic = FALSE;
|
||||||
if (end != NULL)
|
if (end != NULL)
|
||||||
*end = save_char;
|
*end = save_char;
|
||||||
|
@@ -666,6 +666,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 */
|
||||||
|
/**/
|
||||||
|
47,
|
||||||
/**/
|
/**/
|
||||||
46,
|
46,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user