From e056b8daea0fc351328c902a05fd86ea334ae03e Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Mon, 2 Apr 2001 11:25:35 +0000 Subject: moved to Completion/Zsh/Command/_autoload --- Completion/Builtins/_autoload | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 Completion/Builtins/_autoload (limited to 'Completion/Builtins') diff --git a/Completion/Builtins/_autoload b/Completion/Builtins/_autoload deleted file mode 100644 index 81ded019a..000000000 --- a/Completion/Builtins/_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 -- cgit v1.2.3