summaryrefslogtreecommitdiff
path: root/Src/hist.c
diff options
context:
space:
mode:
Diffstat (limited to 'Src/hist.c')
-rw-r--r--Src/hist.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Src/hist.c b/Src/hist.c
index 5fc40bd67..eebd7dcde 100644
--- a/Src/hist.c
+++ b/Src/hist.c
@@ -653,6 +653,7 @@ histsubchar(int c)
(c == '}' || c == ';' || c == '\'' || c == '"' || c == '`')) {
/* Neither event nor word designator, no expansion */
safeinungetc(c);
+ unqueue_signals();
return bangchar;
}
*ptr = 0;