From: Bram Moolenaar Date: Fri, 20 Jun 2008 16:51:41 +0000 (+0000) Subject: updated for version 7.1-326 X-Git-Tag: v7.1.326 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=196b3b09ad079e217ad23c41ef3cf210e3a39571;p=thirdparty%2Fvim.git updated for version 7.1-326 --- diff --git a/src/ex_docmd.c b/src/ex_docmd.c index 701354ee07..c5b520c666 100644 --- a/src/ex_docmd.c +++ b/src/ex_docmd.c @@ -2142,7 +2142,9 @@ do_one_cmd(cmdlinep, sourcing, #endif - if (*p == '!' && ea.cmdidx != CMD_substitute) /* forced commands */ + /* forced commands */ + if (*p == '!' && ea.cmdidx != CMD_substitute + && ea.cmdidx != CMD_smagic && ea.cmdidx != CMD_snomagic) { ++p; ea.forceit = TRUE; diff --git a/src/version.c b/src/version.c index 00cbfa33e1..66c5fdaa86 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 */ +/**/ + 326, /**/ 325, /**/