about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2016-01-13 19:50:24 -0800
committerBarton E. Schaefer <schaefer@zsh.org>2016-01-13 19:50:24 -0800
commitc275839033b9ad04886c67837daeb5f35eafa709 (patch)
tree914abb220822092487334646b72957c697934849 /ChangeLog
parent5cf6ae00564dd01a0c3c9e82b2ea504d609882e7 (diff)
downloadzsh-c275839033b9ad04886c67837daeb5f35eafa709.tar.gz
zsh-c275839033b9ad04886c67837daeb5f35eafa709.tar.xz
zsh-c275839033b9ad04886c67837daeb5f35eafa709.zip
37567: use (Z:n:) to split the buffer into words so line breaks are treated as whitespace
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 53e76e2db..a086bded7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,11 @@
 	* 37590: Src/Zle/zle_hist.c, Src/Zle/zle_main.c: Invoke
 	zle-line-pre-redraw during isearch.
 
+2016-01-13  Barton E. Schaefer  <schaefer@zsh.org>
+
+	* 37567: Functions/Zle/match-words-by-style: use (Z:n:) to split
+	the buffer into words so line breaks are treated as whitespace
+
 2016-01-13  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
 	* 37591: Src/hashtable.c, Test/A02alias.ztst: 37591: 'alias -L':