about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authordana <dana@dana.is>2018-06-11 12:22:42 -0500
committerdana <dana@dana.is>2018-06-11 12:22:42 -0500
commit6b4e78dce6a505d8dab5554d9925e38e13bb40ea (patch)
tree6a41b01a8da1f199fda61a3c915f686c5755de95 /ChangeLog
parent63e09b338bb634cd54bb8a2129b12ba21bd04c91 (diff)
downloadzsh-6b4e78dce6a505d8dab5554d9925e38e13bb40ea.tar.gz
zsh-6b4e78dce6a505d8dab5554d9925e38e13bb40ea.tar.xz
zsh-6b4e78dce6a505d8dab5554d9925e38e13bb40ea.zip
42984: Fix argument pass-through to compadd
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fb4a5a3a7..367d90c23 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-06-11  dana  <dana@dana.is>
+
+	* 42984: dana: Completion/Unix/Type/_files,
+	Completion/Unix/Type/_object_files: fix argument pass-through to compadd
+
 2018-06-10  Oliver Kiddle  <okiddle@yahoo.co.uk>
 
 	* 42978: dana: Completion/Darwin/Command/_pbcopy: fix small bug