From 50df0e0bb9309319af9a3ee59a31766d3f1ba6bf Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Mon, 17 Feb 2020 09:56:54 +0000 Subject: 45447: Complete vcs_info_hookadd and vcs_info_hookdel. Expose _vcs_info_hooks as a top-level helper function. --- Completion/Zsh/Type/_vcs_info_hooks | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Completion/Zsh/Type/_vcs_info_hooks (limited to 'Completion/Zsh/Type/_vcs_info_hooks') diff --git a/Completion/Zsh/Type/_vcs_info_hooks b/Completion/Zsh/Type/_vcs_info_hooks new file mode 100644 index 000000000..bad915000 --- /dev/null +++ b/Completion/Zsh/Type/_vcs_info_hooks @@ -0,0 +1,2 @@ +#autoload +compadd - ${functions[(I)+vi-*]#+vi-} -- cgit 1.4.1