about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2016-04-15 21:39:04 -0700
committerBarton E. Schaefer <schaefer@zsh.org>2016-04-15 21:39:04 -0700
commit5e71690c1993100032a8e15ee937865aaa2350c4 (patch)
tree76621ebe3078e4a2a643924b83314d56bc9ba9f5 /ChangeLog
parent67c017409367fc895fd73d5a73b40332daaeb545 (diff)
downloadzsh-5e71690c1993100032a8e15ee937865aaa2350c4.tar.gz
zsh-5e71690c1993100032a8e15ee937865aaa2350c4.tar.xz
zsh-5e71690c1993100032a8e15ee937865aaa2350c4.zip
38289: "builtin enable" in $_comp_setup to avoid accidentally invoking external command of the same name
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 047fd0f30..219d55608 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-04-15  Barton E. Schaefer  <schaefer@zsh.org>
+
+	* 38289: Completion/compinit: "builtin enable" in $_comp_setup
+	to avoid accidentally invoking external command of the same name
+
 2016-04-14  Oliver Kiddle  <opk@zsh.org>
 
 	* Han Pingtian: 38219: Completion/Zsh/Context/_subscript: