about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Src/hist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/hist.c b/Src/hist.c
index fcd5d877a..089c9f0bd 100644
--- a/Src/hist.c
+++ b/Src/hist.c
@@ -642,7 +642,7 @@ ihungetc(int c)
 {
     int doit = 1;
 
-    while (!lexstop) {
+    while (!lexstop && !errflag) {
 	if (hptr[-1] != (char) c && stophist < 4 &&
 	    hptr > chline + 1 && hptr[-1] == '\n' && hptr[-2] == '\\')
 	    hungetc('\n'), hungetc('\\');