about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2016-06-18 00:15:11 +0200
committerOliver Kiddle <opk@zsh.org>2016-06-18 00:15:11 +0200
commit2f67cd514fef304ac40d49e5bb9c40bcee31664a (patch)
tree36d281ae2af7dc2a5d00c8be3f3afeb9b40c2b77 /ChangeLog
parentbce43df70d1b09d9480dca36e6dd2641facdb6f0 (diff)
downloadzsh-2f67cd514fef304ac40d49e5bb9c40bcee31664a.tar.gz
zsh-2f67cd514fef304ac40d49e5bb9c40bcee31664a.tar.xz
zsh-2f67cd514fef304ac40d49e5bb9c40bcee31664a.zip
38707: strip suffix for glob qualifier completion
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 26cf8861a..9a7f1db05 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2016-06-18  Oliver Kiddle  <opk@zsh.org>
 
+	* 38707: Completion/Zsh/Type/_globquals,
+	Completion/Unix/Type/_files, Completion/Unix/Type/_path_files:
+	strip suffix for glob qualifier completion
+
 	* 38703: Completion/Unix/Command/_su: support su options on macOS
 
 2016-06-16  Peter Stephenson  <p.stephenson@samsung.com>