summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2026-06-07 06:53:33 +0200
committerMikael Magnusson <mikachu@gmail.com>2026-06-10 05:20:51 +0200
commit5bb0960729b86a360be153b35a2e7f92a2d8ade3 (patch)
treef8eebc911f4c4be7ff24350f8ea639477b718ad7 /ChangeLog
parent54688: handle Stéphane correctly (diff)
downloadzsh-5bb0960729b86a360be153b35a2e7f92a2d8ade3.tar
zsh-5bb0960729b86a360be153b35a2e7f92a2d8ade3.tar.gz
zsh-5bb0960729b86a360be153b35a2e7f92a2d8ade3.tar.bz2
zsh-5bb0960729b86a360be153b35a2e7f92a2d8ade3.tar.lz
zsh-5bb0960729b86a360be153b35a2e7f92a2d8ade3.tar.xz
zsh-5bb0960729b86a360be153b35a2e7f92a2d8ade3.tar.zst
zsh-5bb0960729b86a360be153b35a2e7f92a2d8ade3.zip
54691: fix :W and :w duplicating input
Reported in 50991 and introduced in 22525.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index beb6b1383..a23fbde14 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2026-06-10 Mikael Magnusson <mikachu@gmail.com>
+ * 54691: Src/subst.c, Test/D04parameter.ztst: fix :W and :w
+ duplicating input
+
* 54688: Src/pattern.c, Test/D07multibyte.ztst: handle Stéphane
correctly