updated for version 7.1-047
author |
vimboss |
date |
Wed, 01 Aug 2007 13:47:46 +0000 |
parents |
6d421b3c485b |
children |
f3abb6aec8c8 |
files |
src/ex_eval.c src/version.c |
diffstat |
2 files changed, 3 insertions(+), 1 deletions(-)
[+]
|
line diff
--- a/src/ex_eval.c
+++ b/src/ex_eval.c
@@ -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;
--- a/src/version.c
+++ b/src/version.c
@@ -667,6 +667,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 47,
+/**/
46,
/**/
45,