about summary refs log tree commit diff
path: root/Completion/Zsh/Type
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 11:18:39 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 11:18:39 +0000
commitc36c2be37a369527efc214e996935b456db28d65 (patch)
tree2158d09c5aec46134d49fe885372838e148942b9 /Completion/Zsh/Type
parent5a3f1e942289600abbf76dc97b55fcae1628f3bf (diff)
downloadzsh-c36c2be37a369527efc214e996935b456db28d65.tar.gz
zsh-c36c2be37a369527efc214e996935b456db28d65.tar.xz
zsh-c36c2be37a369527efc214e996935b456db28d65.zip
moved from Completion/Builtins/_functions
Diffstat (limited to 'Completion/Zsh/Type')
-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..5a4ecfe59
--- /dev/null
+++ b/Completion/Zsh/Type/_functions
@@ -0,0 +1,5 @@
+#compdef functions unfunction
+
+local expl
+
+_wanted functions expl 'shell function' compadd "$@" -k functions