From: Bram Moolenaar Date: Wed, 1 Aug 2007 13:47:46 +0000 (+0000) Subject: updated for version 7.1-047 X-Git-Tag: v7.1.047 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=150cc270405d4638e7ac0df6934a1c9083540f0d;p=vim updated for version 7.1-047 --- diff --git a/src/ex_eval.c b/src/ex_eval.c index f0f42d224..1523d8f17 100644 --- 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; diff --git a/src/version.c b/src/version.c index 65fa188c0..e89d1206f 100644 --- a/src/version.c +++ b/src/version.c @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 47, /**/ 46, /**/