From 3517e4a9a5caf2c3385a0b223a0474724c703d96 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 4 Apr 2018 18:33:00 +0100 Subject: 42581(?): Fix ZLE inline history expansion. Seen with magic-space. If there's a parse error in command subtitution we need to complete reading history to ensure the command line buffer is finished. --- Src/lex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/lex.c') diff --git a/Src/lex.c b/Src/lex.c index 2379804f2..44ad88043 100644 --- a/Src/lex.c +++ b/Src/lex.c @@ -158,7 +158,7 @@ mod_export int nocomments; /* add raw input characters while parsing command substitution */ /**/ -static int lex_add_raw; +int lex_add_raw; /* variables associated with the above */ -- cgit 1.4.1