mirror of
https://github.com/zoriya/vim.git
synced 2025-12-19 13:45:18 +00: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