From 8638ff684bda45d4eafe5fa934c5cd1fb1a42f8f Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Mon, 2 Apr 2001 11:26:42 +0000 Subject: moved to Completion/Zsh/Command/_command --- Completion/Builtins/_command | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 Completion/Builtins/_command (limited to 'Completion/Builtins') diff --git a/Completion/Builtins/_command b/Completion/Builtins/_command deleted file mode 100644 index b90ec933e..000000000 --- a/Completion/Builtins/_command +++ /dev/null @@ -1,10 +0,0 @@ -#compdef command - -if [[ CURRENT -ge 3 ]]; then - compset -n 2 - _normal -else - local expl - - _wanted commands expl 'external command' compadd "$@" -k commands -fi -- cgit 1.4.1