Current File : //proc/self/root/usr/share/zsh/5.0.2/functions/_autocd
#compdef -command-

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