about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2006-03-20 14:40:36 +0000
committerClint Adams <clint@users.sourceforge.net>2006-03-20 14:40:36 +0000
commit8294310202fdc2204d4175daa60aa3bcf4c86b54 (patch)
treea0128ac4d7ce0a2c7f1fb787f176c1b53bc1b13d /ChangeLog
parent40df7069cb3f0bcac939eab2337511a5ac5ef510 (diff)
downloadzsh-8294310202fdc2204d4175daa60aa3bcf4c86b54.tar.gz
zsh-8294310202fdc2204d4175daa60aa3bcf4c86b54.tar.xz
zsh-8294310202fdc2204d4175daa60aa3bcf4c86b54.zip
22371: use only alphanumerics and underscores as word characters with vi bindings.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dfa3b831e..7d1270daf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-03-20  Clint Adams  <clint@zsh.org>
+
+	* 22371: Src/Zle/zle.h, Src/Zle/zle_word.c: use
+	only alphanumerics and underscores as word characters
+	with vi bindings.
+
 2006-03-20  Peter Stephenson  <pws@csr.com>
 
 	* 22360, 22365: Makefile.in, README, Config/installfns.sh,