about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2014-11-30 23:37:01 +0100
committerOliver Kiddle <opk@zsh.org>2014-11-30 23:37:01 +0100
commitd2505f108e4144cde656a3568571fd0c195cdd1f (patch)
tree89700c39691a3e3db3270c73de7c28b8b2263e00 /ChangeLog
parent62aa03931753e532cbae0fa56725bb5e2a757dff (diff)
downloadzsh-d2505f108e4144cde656a3568571fd0c195cdd1f.tar.gz
zsh-d2505f108e4144cde656a3568571fd0c195cdd1f.tar.xz
zsh-d2505f108e4144cde656a3568571fd0c195cdd1f.zip
33823: overwrite mode shouldn't replace newlines
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 365abc7b2..567fcc08c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2014-11-30  Oliver Kiddle  <opk@zsh.org>
 
+	* 33823: Src/Zle/zle_misc.c, Test/X02zlevi.ztst: overwrite mode
+	shouldn't replace newlines
+
 	* 33820: configure.ac, Src/hist.c: detect support for realpath()
 	with a NULL argument and fixes to the use of it