1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-19 13:33:52 +01:00

moved to Completion/Base/Utility/_sub_commands

This commit is contained in:
Sven Wischnowsky 2001-04-02 11:11:45 +00:00
parent 3a4ef1f0db
commit 25b0e48139

@ -1,9 +0,0 @@
#autoload
local expl
if [[ CURRENT -eq 2 ]]; then
_wanted commands expl command compadd "$@"
else
_message 'no more arguments'
fi