summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2015-10-30 16:59:04 +0000
committerPeter Stephenson <pws@zsh.org>2015-10-30 16:59:41 +0000
commit1eef57b3d15af235430ad2b5e2940ded375e69d2 (patch)
tree09266b2ddafc28e8646cbb9fe3e1346dc6299943 /ChangeLog
parent26614ad0e05d99e974742276b710a4afff79e8b2 (diff)
downloadzsh-1eef57b3d15af235430ad2b5e2940ded375e69d2.tar.gz
zsh-1eef57b3d15af235430ad2b5e2940ded375e69d2.tar.xz
zsh-1eef57b3d15af235430ad2b5e2940ded375e69d2.zip
37027: allow subword context to discriminate between words
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d29e1e4c0..ed5cd5e6b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@
 
 2015-10-30  Peter Stephenson  <p.stephenson@samsung.com>
 
+	* 37027: Doc/Zsh/contrib.yo, Functions/Zle/match-word-context:
+	add editing word context to allow detecting being between words.
+
 	* 37022: Doc/Zsh/expn.yo, Doc/Zsh/options.yo, Src/glob.c,
 	Src/options.c, Src/zsh.h: add GLOB_STAR_SHORT option to
 	allow shorthand ** for **/* and *** for ***/*.