From 62af373a59675e1325eef8175ffc87f6874b622d Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Mon, 18 May 2015 16:33:50 +0200 Subject: [PATCH] Fix highlighting for paths completion using Tab --- autosuggestions.zsh | 1 + 1 file changed, 1 insertion(+) 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 }