Current File : //usr/share/zsh/5.5.1/functions/_autocd
#compdef -command-

_command_names
local ret=$?
[[ -o autocd ]] && _cd || return ret