1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-02 17:01:19 +02:00

moved to Completion/Zsh/Command/_command

This commit is contained in:
Sven Wischnowsky 2001-04-02 11:26:42 +00:00
parent 265e58278b
commit 8638ff684b

@ -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