summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2016-11-02 16:27:29 -0700
committerBarton E. Schaefer <schaefer@zsh.org>2016-11-02 16:27:29 -0700
commitae4c035cded714aea795593fc56442fa921d70fc (patch)
tree0f697363060588cee175529258d88478980bd3bb /ChangeLog
parent4bc0d139113c8036be299cc3e0120b062d714579 (diff)
downloadzsh-ae4c035cded714aea795593fc56442fa921d70fc.tar.gz
zsh-ae4c035cded714aea795593fc56442fa921d70fc.tar.xz
zsh-ae4c035cded714aea795593fc56442fa921d70fc.zip
39811: vi-repeat-change must not be the "motion" of vi-change, lest it infinitely repeat itself
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 503eb4575..a5ac3713e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-11-02  Barton E. Schaefer  <schaefer@zsh.org>
+
+	* 39811: Src/Zle/zle_vi.c: vi-repeat-change must not be the
+	"motion" of vi-change, lest it infinitely repeat itself.
+
 2016-11-01  Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
 
 	* 39731: Completion/Unix/Command/_awk: add support for gawk