about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2015-03-22 18:44:56 +0000
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2015-03-22 18:44:56 +0000
commit4fb669a72deb547b6ec1c9298373e3b78384983d (patch)
tree77aa39005413303b640a0c63d8e0c91f8e8e8001 /ChangeLog
parent8254c9c071bff087c3d52a5ac2811b5b7fc367ce (diff)
downloadzsh-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--ChangeLog6
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