summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2016-07-28 09:50:03 +0100
committerPeter Stephenson <pws@zsh.org>2016-07-28 09:51:19 +0100
commit26361e438b41862f5495ae263bc004cfffbd6b44 (patch)
treeda473bbef1d6191dd73d5077e619e65388ffd9cb /ChangeLog
parent895e9beb294a9e86c8ead01ff177624848f495ff (diff)
downloadzsh-26361e438b41862f5495ae263bc004cfffbd6b44.tar.gz
zsh-26361e438b41862f5495ae263bc004cfffbd6b44.tar.xz
zsh-26361e438b41862f5495ae263bc004cfffbd6b44.zip
38953: Fix some issues with match-words-by-style.
Add keyword retrieval of words.  Improve test for start of
word in subwords for use in delete-whole-word.  If line after
cursor is empty, white space is treated as ws-after-cursor.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 88cf4cd19..03a2e29fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2016-07-28  Peter Stephenson  <p.stephenson@samsung.com>
 
+	* 38953: Doc/Zsh/contrib.yo,
+	Functions/Zle/delete-whole-word-match,
+	Functions/Zle/match-words-by-style: Fix some problems with
+	match-words-by-style and add keyword retrieval of matched data.
+
 	* users/21793: README, Src/glob.c: remove ancient undocumented
 	pre-"f" glob qualifer feature that unqualified integers were
 	treated as octal file mode.