summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2016-11-19 06:23:56 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2016-11-21 05:40:09 +0000
commit1f5c734f5ef4327f65e28105f83351269a6259ca (patch)
tree3d1f48d40a2dbf65ec98dd0dabb4b6587073d84c /ChangeLog
parent45c92778c64d2f9546bf5b400da879f554fc9385 (diff)
downloadzsh-1f5c734f5ef4327f65e28105f83351269a6259ca.tar.gz
zsh-1f5c734f5ef4327f65e28105f83351269a6259ca.tar.xz
zsh-1f5c734f5ef4327f65e28105f83351269a6259ca.zip
39981: Make compstate[to_end] skip suffix and hidden suffix, but not ignored suffix.
Motivated by 39930.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 31cfc5b07..49c58497a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-11-21  Daniel Shahaf  <d.s@daniel.shahaf.name>
+
+	* 39981: Src/Zle/compresult.c: Make compstate[to_end] skip
+	suffix and hidden suffix, but not ignored suffix.
+
 2016-11-20  Oliver Kiddle  <opk@zsh.org>
 
 	* 39986, 39989: Src/Zle/zle.h, Src/Zle/zle_keymap.c,