about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMatthew Martin <phy1729@gmail.com>2019-04-04 18:45:19 -0500
committerMatthew Martin <phy1729@gmail.com>2019-04-04 18:45:19 -0500
commit7d84cde31330023b264a415ffa02686ee0338b4f (patch)
tree2bd35212c238a10562e195fe8c0dc74c6244215f /ChangeLog
parent5facfd32805831230f9b42b7ec9765e858b553a8 (diff)
downloadzsh-7d84cde31330023b264a415ffa02686ee0338b4f.tar.gz
zsh-7d84cde31330023b264a415ffa02686ee0338b4f.tar.xz
zsh-7d84cde31330023b264a415ffa02686ee0338b4f.zip
44201: _command_name: Check for external forcing precommand
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a0bceaca5..f960e85ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2019-04-04  Matthew Martin  <phy1729@gmail.com>
 
+	* 44201: Completion/Base/Core/_main_complete,
+	Completion/Base/Utility/_pick_variant,
+	Completion/Linux/Command/_setsid,
+	Completion/Zsh/Command/_command,
+	Completion/Zsh/Type/_command_names: Check for external forcing
+	precommand.
+
 	* 44200 (tweaked): Completion/Base/Core/_normal,
 	Completion/Linux/Command/_setsid,
 	Completion/Zsh/Command/_builtin,