From 5e40e5eddb2ec8472a502abd4ba649a9211afa7b Mon Sep 17 00:00:00 2001 From: Arnaud Venturi Date: Fri, 21 Jul 2017 19:33:48 +1000 Subject: [PATCH] PoC for a working integration with zsh-syntax-highlighting --- zsh-autosuggestions.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh-autosuggestions.zsh b/zsh-autosuggestions.zsh index 6cbaf05..c980732 100644 --- a/zsh-autosuggestions.zsh +++ b/zsh-autosuggestions.zsh @@ -400,6 +400,7 @@ _zsh_autosuggest_accept() { fi _zsh_autosuggest_invoke_original_widget $@ + _zsh_highlight } # Accept the entire suggestion and execute it