summaryrefslogtreecommitdiff
path: root/Src/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'Src/parse.c')
-rw-r--r--Src/parse.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Src/parse.c b/Src/parse.c
index 5b6f09949..5b8f0af48 100644
--- a/Src/parse.c
+++ b/Src/parse.c
@@ -1465,6 +1465,7 @@ par_funcdef(void)
ecssub = oecssub;
YYERRORV(oecused);
}
+ incmdpos = 0;
zshlex();
} else if (unset(SHORTLOOPS)) {
lineno += oldlineno;
@@ -1720,6 +1721,7 @@ par_simple(int *complex, int nr)
ecssub = oecssub;
YYERROR(oecused);
}
+ incmdpos = 0;
zshlex();
} else {
int ll, sl, c = 0;