diff options
Diffstat (limited to 'Src/Zle')
-rw-r--r-- | Src/Zle/compctl.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Src/Zle/compctl.c b/Src/Zle/compctl.c index 9e6ccb404..5414b8ff6 100644 --- a/Src/Zle/compctl.c +++ b/Src/Zle/compctl.c @@ -1867,6 +1867,7 @@ ccmakehookfn(UNUSED(Hookdef dummy), struct ccmakedat *dat) redup(osi, 0); dat->lst = 0; + unqueue_signals(); return 0; } if (lastmatches) { @@ -1890,6 +1891,7 @@ ccmakehookfn(UNUSED(Hookdef dummy), struct ccmakedat *dat) redup(osi, 0); dat->lst = 0; + unqueue_signals(); return 0; } if (!m || !(m = m->next)) |