1
0
forked from aniani/vim

updated for version 7.1-326

This commit is contained in:
Bram Moolenaar
2008-06-20 16:51:41 +00:00
parent f982106440
commit 196b3b09ad
2 changed files with 5 additions and 1 deletions

View File

@@ -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;

View File

@@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
326,
/**/
325,
/**/