about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2007-11-10 19:04:10 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2007-11-10 19:04:10 +0000
commitdd85c0e955a60cc9ec19047d9814d0ce5bf37496 (patch)
treeeafd3126e014365440a43683ca84997211146fcf /ChangeLog
parente79b61f62d5ddb97998b5f034b4f0680c443ac92 (diff)
downloadzsh-dd85c0e955a60cc9ec19047d9814d0ce5bf37496.tar.gz
zsh-dd85c0e955a60cc9ec19047d9814d0ce5bf37496.tar.xz
zsh-dd85c0e955a60cc9ec19047d9814d0ce5bf37496.zip
24082: delete-whole-word-match failed on whitespace
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e2dd2b900..02cda0e31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2007-11-10  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
+	* 24082: Functionz/Zle/delete-whole-word-match: failed if
+	cursor was on whitespace.
+
 	* Mikael Magnusson, 24076; 24081: Doc/Zsh/zle.yo,
 	Functions/Zle/backward-kill-word-match,
 	Functions/Zle/delete-whole-word-match,