From 856dc2cf268edfde6340a4ed0cc04a7809dfeacf Mon Sep 17 00:00:00 2001 From: Iron_E Date: Sat, 21 Nov 2020 13:03:40 -0500 Subject: [PATCH] Fix vim-sandwhich diff text --- colors/highlite.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/colors/highlite.vim b/colors/highlite.vim index e7551e4..0d4e13f 100644 --- a/colors/highlite.vim +++ b/colors/highlite.vim @@ -745,6 +745,9 @@ local highlight_groups = { local parent = self.BufferVisibleMod return {bg=parent.fg, fg=parent.bg, style='bold'} end, + + --[[ 4.4.10. vim-sandwhich ]] + OperatorSandwichChange = 'DiffText', } --[[ Step 5: Terminal Colors