0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

updated for version 7.1-047

This commit is contained in:
Bram Moolenaar 2007-08-01 13:47:46 +00:00
parent 9225efbc96
commit 150cc27040
2 changed files with 3 additions and 1 deletions

View File

@ -1551,7 +1551,7 @@ ex_catch(eap)
}
save_cpo = p_cpo;
p_cpo = (char_u *)"";
regmatch.regprog = vim_regcomp(pat, TRUE);
regmatch.regprog = vim_regcomp(pat, RE_MAGIC + RE_STRING);
regmatch.rm_ic = FALSE;
if (end != NULL)
*end = save_char;

View File

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