From 7f66224fe61d4858aa9fe6b3572e5abdc483480a Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Wed, 27 Mar 2019 00:58:22 +0100 Subject: Fixed submodule again :/ --- plugin/max-fix-colorschemes.vim | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugin/max-fix-colorschemes.vim') diff --git a/plugin/max-fix-colorschemes.vim b/plugin/max-fix-colorschemes.vim index 1c2c674..db8aad5 100644 --- a/plugin/max-fix-colorschemes.vim +++ b/plugin/max-fix-colorschemes.vim @@ -21,6 +21,8 @@ function! ExtendColorTheme() else let w:color=synIDtrans(synIDattr(hlID("Normal"), "bg")) silent! exec 'highlight invisible cterm=NONE ctermfg='.w:color.' ctermbg='.w:color + let w:color="NONE" + silent! exec 'highlight invisible cterm=NONE ctermbg='.w:color endif highlight! link EndOfBuffer Invisible -- cgit v1.2.3