forked from aniani/vim
updated for version 7.1-326
This commit is contained in:
@@ -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;
|
||||
|
@@ -666,6 +666,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
326,
|
||||
/**/
|
||||
325,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user