Remove support for long-deprecated options

These options have been deprecated for over a year.
This commit is contained in:
Eric Freese
2017-02-17 18:45:46 -07:00
parent 0c940e70f2
commit dcce973287
4 changed files with 0 additions and 75 deletions

View File

@@ -8,7 +8,6 @@ _zsh_autosuggest_start() {
add-zsh-hook -d precmd _zsh_autosuggest_start
_zsh_autosuggest_feature_detect
_zsh_autosuggest_check_deprecated_config
_zsh_autosuggest_bind_widgets
if [ -n "${ZSH_AUTOSUGGEST_USE_ASYNC+x}" ]; then