#compdef functions unfunction

local expl

_wanted functions expl 'shell function' &&
    compadd "$expl[@]" "$@" - "${(k@)functions}"
