#compdef autoload

local expl

_wanted functions expl 'shell function' &&
    compadd "$expl[@]" - ${^fpath}/*(N:t)
