diff --git a/autosuggestions.zsh b/autosuggestions.zsh index a335193..bd61678 100644 --- a/autosuggestions.zsh +++ b/autosuggestions.zsh @@ -233,6 +233,7 @@ autosuggest-suspend() { autosuggest-tab() { RBUFFER='' zle autosuggest-${WIDGET}-orig "$@" + autosuggest-invalidate-highlight-cache autosuggest-highlight-suggested-text }