summaryrefslogtreecommitdiffstats
path: root/src/vim9cmds.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vim9cmds.c')
-rw-r--r--src/vim9cmds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vim9cmds.c b/src/vim9cmds.c
index 072a106a50..483b1f34b2 100644
--- a/src/vim9cmds.c
+++ b/src/vim9cmds.c
@@ -1848,7 +1848,7 @@ compile_exec(char_u *line_arg, exarg_T *eap, cctx_T *cctx)
if ((argt & EX_TRLBAR) && !usefilter)
{
eap->argt = argt;
- separate_nextcmd(eap);
+ separate_nextcmd(eap, TRUE);
if (eap->nextcmd != NULL)
nextcmd = eap->nextcmd;
}