From 16f129f02cf23365ede7b9918dc1bbe50da9fa17 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 9ea5960..2e818d8 100644 --- a/zsh-autosuggestions.zsh +++ b/zsh-autosuggestions.zsh @@ -411,6 +411,7 @@ _zsh_autosuggest_accept() { fi _zsh_autosuggest_invoke_original_widget $@ + _zsh_highlight } # Accept the entire suggestion and execute it