mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
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;
|
||||
|
Reference in New Issue
Block a user