summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>2017-10-07 00:27:01 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2017-10-11 17:50:30 +0000
commitc68cfb1c36513e30ec5896444487694dcd4e12b6 (patch)
tree506fd0028a5ad61b06b5c7794ca9500dbbd7f327 /ChangeLog
parent61b544a06832eb29035fb95a6bd942f77881300a (diff)
downloadzsh-c68cfb1c36513e30ec5896444487694dcd4e12b6.tar.gz
zsh-c68cfb1c36513e30ec5896444487694dcd4e12b6.tar.xz
zsh-c68cfb1c36513e30ec5896444487694dcd4e12b6.zip
41825/0001: _stat: Only complete 'stat' if it's provided by the zsh/stat builtin.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b2871fc4b..d81f1b466 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-10-11  Daniel Shahaf  <d.s@xxxxxxxxxxxxxxxxxx>
+
+	* 41825/0001: Completion/Zsh/Command/_stat: Only complete 'stat'
+	if it's provided by the zsh/stat builtin.
+
 2017-10-10  Oliver Kiddle  <opk@zsh.org>
 
 	* 41855: Completion/Unix/Command/_dhclient,