about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2016-04-09 08:54:54 -0700
committerBarton E. Schaefer <schaefer@zsh.org>2016-04-09 08:54:54 -0700
commit8142fc3fdbaa43a20eeb6da3f4c9099973e4f1e3 (patch)
tree6bb2187cb2804205e0562ee9e458ee0f4e2eb316 /ChangeLog
parent4df62e32fcca80e6869b27bb7823a95337c984ca (diff)
downloadzsh-8142fc3fdbaa43a20eeb6da3f4c9099973e4f1e3.tar.gz
zsh-8142fc3fdbaa43a20eeb6da3f4c9099973e4f1e3.tar.xz
zsh-8142fc3fdbaa43a20eeb6da3f4c9099973e4f1e3.zip
For help listing, capture the fallback to compctl in case there is one defined
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bf20a5f23..ac26813ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-04-09  Barton E. Schaefer  <schaefer@zsh.org>
+
+	* unposted:  Completion/Base/Widget/_complete_help: capture the
+	fallback to compctl in case there is one defined
+
 2016-04-09  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
 	* 38255: Completion/Unix/Command/_git: Fix argument pastedness.