From ca0deae382e7798eeff829d9b93472cf876574a3 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Tue, 20 Apr 2004 12:11:13 +0000 Subject: 19767, 19785: store flags for -z and -k options to autoload allowing the completion system to be used with ksh_autoload set --- Completion/Zsh/Command/_autoload | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 Completion/Zsh/Command/_autoload (limited to 'Completion/Zsh/Command/_autoload') 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 -- cgit 1.4.1