about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2016-01-18 02:36:59 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2016-01-20 07:49:29 +0000
commitc6fc6f80cd960af914400eb3f49c52fc17598ba5 (patch)
tree0b9b8338901dc0882d45d957dcddb321611bce73 /ChangeLog
parent9df6c728e8e43a20e337debbd17c6509f31f570f (diff)
downloadzsh-c6fc6f80cd960af914400eb3f49c52fc17598ba5.tar.gz
zsh-c6fc6f80cd960af914400eb3f49c52fc17598ba5.tar.xz
zsh-c6fc6f80cd960af914400eb3f49c52fc17598ba5.zip
37665: Completion: New helper _absolute_command_paths.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3ede08c69..a22bc92e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2016-01-20  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
+	* 37665: Completion/Unix/Command/_git,
+	Completion/Unix/Type/_absolute_command_paths, Doc/Zsh/compsys.yo:
+	Completion: New helper _absolute_command_paths.
+
 	* 37664: Completion/Unix/Type/_path_commands, Doc/Zsh/compsys.yo:
 	docs: Document the completion function _command_names.