From 196b3b09ad079e217ad23c41ef3cf210e3a39571 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 20 Jun 2008 16:51:41 +0000 Subject: [PATCH] updated for version 7.1-326 --- src/ex_docmd.c | 4 +++- src/version.c | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ex_docmd.c b/src/ex_docmd.c index 701354ee0..c5b520c66 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 00cbfa33e..66c5fdaa8 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, /**/ -- 2.50.1