diff options
author | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2015-03-22 18:44:56 +0000 |
---|---|---|
committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2015-03-22 18:44:56 +0000 |
commit | 4fb669a72deb547b6ec1c9298373e3b78384983d (patch) | |
tree | 77aa39005413303b640a0c63d8e0c91f8e8e8001 /ChangeLog | |
parent | 8254c9c071bff087c3d52a5ac2811b5b7fc367ce (diff) | |
download | zsh-4fb669a72deb547b6ec1c9298373e3b78384983d.tar.gz zsh-4fb669a72deb547b6ec1c9298373e3b78384983d.tar.xz zsh-4fb669a72deb547b6ec1c9298373e3b78384983d.zip |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index bc7ac80d3..cd9393fdb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2015-03-22 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * 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 <schaefer@zsh.org> * users/20034: Completion/Base/Core/_main_complete: adjust |