From d9ba273ed79b4726ace61d365cb3699ecd45f257 Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Mon, 2 Apr 2001 11:26:50 +0000 Subject: moved from Completion/Builtins/_command --- Completion/Zsh/Command/_command | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Completion/Zsh/Command/_command (limited to 'Completion') diff --git a/Completion/Zsh/Command/_command b/Completion/Zsh/Command/_command new file mode 100644 index 000000000..b90ec933e --- /dev/null +++ b/Completion/Zsh/Command/_command @@ -0,0 +1,10 @@ +#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