about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 63c80e04d..6deb834d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,9 @@
 
 2016-11-02  Barton E. Schaefer  <schaefer@zsh.org>
 
+	* 39813: Src/Zle/zle_keymap.c: fix keybuflen after ungetting
+	extra keys from the end of keybuf in getkeymapcmd().
+
 	* 39811: Src/Zle/zle_vi.c: vi-repeat-change must not be the
 	"motion" of vi-change, lest it infinitely repeat itself.