From 758966502caa6f91abcbaaebf2610609250de1fb Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 24 Jan 2018 17:40:56 +0000 Subject: 42322 (tweaked): Fix interactive_comments history with just a coment. Don't discard the line from the history merely because it produced no synactic words. --- Src/zsh.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Src/zsh.h') diff --git a/Src/zsh.h b/Src/zsh.h index ba2f8cd9f..8b4898477 100644 --- a/Src/zsh.h +++ b/Src/zsh.h @@ -2997,6 +2997,7 @@ struct hist_stack { void (*addtoline) _((int)); unsigned char *cstack; int csp; + int hist_keep_comment; }; /* -- cgit 1.4.1