about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2015-03-06 09:51:16 +0000
committerPeter Stephenson <pws@zsh.org>2015-03-06 09:51:16 +0000
commit2f3547689cfc8b1b1bf4cbdbd7b3714e2ab1d0a2 (patch)
tree8bbe22b99a1ccb6e0350729c11134718e69c71bc /ChangeLog
parent00b3085b969f46370f7cde28e9dfa10026b884c7 (diff)
downloadzsh-2f3547689cfc8b1b1bf4cbdbd7b3714e2ab1d0a2.tar.gz
zsh-2f3547689cfc8b1b1bf4cbdbd7b3714e2ab1d0a2.tar.xz
zsh-2f3547689cfc8b1b1bf4cbdbd7b3714e2ab1d0a2.zip
34653: move aborted vared lines to ZLE_VARED_ABORTED
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f9f92886..af0d6c417 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2015-03-06  Peter Stephenson  <p.stephenson@samsung.com>
 
+	* 34653: Doc/Zsh/zle.yo, Src/Zle/zle_main.c: move aborted vared
+	lines to ZLE_VARED_ABORTED.
+
 	* 34657: Doc/Zsh/params.yo: document the effect of substring
 	subscripting better.