about summary refs log tree commit diff
path: root/Completion/Zsh/Type/_functions
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Zsh/Type/_functions')
-rw-r--r--Completion/Zsh/Type/_functions5
1 files changed, 5 insertions, 0 deletions
diff --git a/Completion/Zsh/Type/_functions b/Completion/Zsh/Type/_functions
new file mode 100644
index 000000000..912a7f134
--- /dev/null
+++ b/Completion/Zsh/Type/_functions
@@ -0,0 +1,5 @@
+#compdef unfunction
+
+local expl
+
+_wanted functions expl 'shell function' compadd -k "$@" - functions