about summary refs log tree commit diff
path: root/Completion/Zsh/Command/_autoload
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Zsh/Command/_autoload')
-rw-r--r--Completion/Zsh/Command/_autoload10
1 files changed, 0 insertions, 10 deletions
diff --git a/Completion/Zsh/Command/_autoload b/Completion/Zsh/Command/_autoload
deleted file mode 100644
index 50423d51a..000000000
--- a/Completion/Zsh/Command/_autoload
+++ /dev/null
@@ -1,10 +0,0 @@
-#compdef autoload
-
-local expl
-
-if (( $words[(I)[-+]*w*] )); then
-  _description files expl 'zwc file'
-  _files "$expl[@]" -g '*.zwc(-.)'
-else
-  _wanted functions expl 'shell function' compadd - ${^fpath}/*(:t)
-fi