comparison src/ex_docmd.c @ 1613:a0a98a0f1281 v7.1.326

updated for version 7.1-326
author vimboss
date Fri, 20 Jun 2008 16:51:41 +0000
parents 694e8715dce6
children b9740fb41986
comparison
equal deleted inserted replaced
1612:3c251a30c8cc 1613:a0a98a0f1281
2140 goto doend; 2140 goto doend;
2141 } 2141 }
2142 2142
2143 #endif 2143 #endif
2144 2144
2145 if (*p == '!' && ea.cmdidx != CMD_substitute) /* forced commands */ 2145 /* forced commands */
2146 if (*p == '!' && ea.cmdidx != CMD_substitute
2147 && ea.cmdidx != CMD_smagic && ea.cmdidx != CMD_snomagic)
2146 { 2148 {
2147 ++p; 2149 ++p;
2148 ea.forceit = TRUE; 2150 ea.forceit = TRUE;
2149 } 2151 }
2150 else 2152 else