We only need to run the feature detection if starting async

This commit is contained in:
Eric Freese
2017-02-18 11:25:27 -07:00
parent e3fa4e4904
commit 4afbbbadda
4 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,6 @@
_zsh_autosuggest_start() {
add-zsh-hook -d precmd _zsh_autosuggest_start
_zsh_autosuggest_feature_detect
_zsh_autosuggest_bind_widgets
# Re-bind widgets on every precmd to ensure we wrap other wrappers.