#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
