]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-047 v7.1.047
authorBram Moolenaar <Bram@vim.org>
Wed, 1 Aug 2007 13:47:46 +0000 (13:47 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 1 Aug 2007 13:47:46 +0000 (13:47 +0000)
src/ex_eval.c
src/version.c

index f0f42d224a31efe35ef067c1d82b7fd3ae50e77c..1523d8f1773a24508402f42a27633d7ed3960d49 100644 (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;
index 65fa188c08d795cc0f5dd979cb91f860c87ba793..e89d1206ff5828336da97ed35a3890e2d446c5aa 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    47,
 /**/
     46,
 /**/