about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2015-06-14 20:12:42 -0700
committerBarton E. Schaefer <schaefer@zsh.org>2015-06-14 20:12:42 -0700
commit9f3dc6605aa049e689f769dd2b4a864361c92b1d (patch)
tree76300c7dc94e13d0c981e46460be2562e22c9a67 /ChangeLog
parent806f73a0b3d3959d5af12ce97e0258b4d4fe7d76 (diff)
downloadzsh-9f3dc6605aa049e689f769dd2b4a864361c92b1d.tar.gz
zsh-9f3dc6605aa049e689f769dd2b4a864361c92b1d.tar.xz
zsh-9f3dc6605aa049e689f769dd2b4a864361c92b1d.zip
35469: test UNDO_CHANGE_NO to determine whether to start over or use the next history event
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f297a0b17..17fd01237 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2015-06-14  Barton E. Schaefer  <schaefer@zsh.org>
 
+	* 35469: Functions/Zle/smart-insert-last-word: test UNDO_CHANGE_NO
+	to determine whether to start over or use the next history event
+
 	* 35467: Completion/Unix/Command/_du: complete files for non-GNU du
 
 2015-06-12  Peter Stephenson  <p.stephenson@samsung.com>