diff options
| author | Peter Stephenson <pws@zsh.org> | 2017-06-27 10:12:55 +0100 |
|---|---|---|
| committer | Peter Stephenson <pws@zsh.org> | 2017-06-27 10:12:55 +0100 |
| commit | e19955614fb9dbc82ce367cf23a8ba4d975ab0ac (patch) | |
| tree | 055a99b7857c3a6b6915ad7a16fcc9a002cd55b8 /Src | |
| parent | 41345: Use consistent prompt variables in prompt themese. (diff) | |
| download | zsh-e19955614fb9dbc82ce367cf23a8ba4d975ab0ac.tar zsh-e19955614fb9dbc82ce367cf23a8ba4d975ab0ac.tar.gz zsh-e19955614fb9dbc82ce367cf23a8ba4d975ab0ac.tar.bz2 zsh-e19955614fb9dbc82ce367cf23a8ba4d975ab0ac.tar.lz zsh-e19955614fb9dbc82ce367cf23a8ba4d975ab0ac.tar.xz zsh-e19955614fb9dbc82ce367cf23a8ba4d975ab0ac.tar.zst zsh-e19955614fb9dbc82ce367cf23a8ba4d975ab0ac.zip | |
41368: Add missing unqueue_signals() to compctl.
Diffstat (limited to 'Src')
| -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)) |
