My ISP upgraded from zsh-5.0.0 to zsh-5.0.5, suddenly I get this error when I tab-complete a file name (before hitting ): (eval):setopt:3: no such option: localpatterns (eval):5: bad option: -p I don't have a "localpatterns" option set, but I do see this among everything else when I type 'set' at the prompt: --------------------------------- _comp_setup='local -A _comp_caller_options; _comp_caller_options=(${(kv)options[@]}); setopt localoptions localtraps localpatterns ${_comp_options[@]}; local IFS=$'' \t\r\n\0'' enable -p \| \~ \( \? \* \[ \< \^ \# exec