From 4fb669a72deb547b6ec1c9298373e3b78384983d Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sun, 22 Mar 2015 18:44:56 +0000 Subject: 34758: fix yet more history / command subst interaction. In general we need to wind back over the history text input inside command substitution because there's no level of the input mechanism between history and the lexer. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bc7ac80d3..cd9393fdb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2015-03-22 Peter Stephenson + + * 34758: Src/hist.c, Src/lex.c: more problems with history + interaction with command substitution: rewind over input history + text when necessary. + 2015-03-21 Barton E. Schaefer * users/20034: Completion/Base/Core/_main_complete: adjust -- cgit 1.4.1