summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2018-04-04 18:33:00 +0100
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2018-04-04 18:33:00 +0100
commit3517e4a9a5caf2c3385a0b223a0474724c703d96 (patch)
treed75e40e0bdcbd9baa10b858703a1c8ea47ed2385 /ChangeLog
parent1bd2ecc17d74b6a8ffba97806cf90ef706d7411b (diff)
downloadzsh-3517e4a9a5caf2c3385a0b223a0474724c703d96.tar.gz
zsh-3517e4a9a5caf2c3385a0b223a0474724c703d96.tar.xz
zsh-3517e4a9a5caf2c3385a0b223a0474724c703d96.zip
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a2e83fb6e..b3eef2519 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2018-04-04  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* 42581(?): Src/hist.c, Src/lex.c, Test/X03zlebindkey.ztst: history
+	expansion within ZLE needs history to be read to conclusion on
+	error.
+
 2018-03-31  Oliver Kiddle  <okiddle@yahoo.co.uk>
 
 	* 42572: Completion/Linux/Command/_ethtool,