about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.stephenson@samsung.com>2018-09-03 10:09:22 +0100
committerPeter Stephenson <p.stephenson@samsung.com>2018-09-03 10:09:22 +0100
commit3ad2ca330538d38f36e9a3000190517b3f4bfa1b (patch)
tree21eb1be8d1ecdbb7b90d31c8e92d7e64ae00bfb9 /ChangeLog
parent014eaf7e810dda8be5eaf97c37c9f86e6e839022 (diff)
downloadzsh-3ad2ca330538d38f36e9a3000190517b3f4bfa1b.tar.gz
zsh-3ad2ca330538d38f36e9a3000190517b3f4bfa1b.tar.xz
zsh-3ad2ca330538d38f36e9a3000190517b3f4bfa1b.zip
Don't handle ZLE functions for single key.
For read -k and read -q where we use ZLE, we just want a single
key and not full ZLE processing.  So don't handle timed
ZLE functions when preforming the read.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 495399462..0acf22565 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2018-09-03  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* 43365: Src/Zle/zle_keymap.c, Src/Zle/zle_main.c,
+	Src/Zle/zle_misc.c, Src/Zle/zle_vi.c: Don't handle ZLE timed
+	functions if just reading a single key.
+
 2018-08-31  Oliver Kiddle  <okiddle@yahoo.co.uk>
 
 	* 43358: Src/zsh.mdd: enforce consistent patchlevel form