diff options
Diffstat (limited to 'Src')
-rw-r--r-- | Src/Zle/computil.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Src/Zle/computil.c b/Src/Zle/computil.c index 9d289f16b..db8a0eaa8 100644 --- a/Src/Zle/computil.c +++ b/Src/Zle/computil.c @@ -1261,6 +1261,7 @@ ca_parse_line(Cadef d) ca_laststate.ddef = ddef; ca_laststate.def = NULL; ca_laststate.opt = 1; + state.curopt->active = 1; } else { ca_laststate.doff = doff; ca_laststate.opt = 0; |