aboutsummaryrefslogtreecommitdiff
path: root/plugin/max-fix-colorschemes.vim
diff options
context:
space:
mode:
authorMax Christian Pohle2019-03-27 00:58:22 +0100
committerMax Christian Pohle2019-03-27 01:10:36 +0100
commit7f66224fe61d4858aa9fe6b3572e5abdc483480a (patch)
treec9b9c0b8fc3a95d14ba55d2f6ad31ad0ed2d651e /plugin/max-fix-colorschemes.vim
parent547c653d66a66bbcdfd3f9daeeee99da591f3b25 (diff)
downloadvim-7f66224fe61d4858aa9fe6b3572e5abdc483480a.tar.bz2
vim-7f66224fe61d4858aa9fe6b3572e5abdc483480a.zip
Fixed submodule again :/
Diffstat (limited to 'plugin/max-fix-colorschemes.vim')
-rw-r--r--plugin/max-fix-colorschemes.vim2
1 files changed, 2 insertions, 0 deletions
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()
21 else 21 else
22 let w:color=synIDtrans(synIDattr(hlID("Normal"), "bg")) 22 let w:color=synIDtrans(synIDattr(hlID("Normal"), "bg"))
23 silent! exec 'highlight invisible cterm=NONE ctermfg='.w:color.' ctermbg='.w:color 23 silent! exec 'highlight invisible cterm=NONE ctermfg='.w:color.' ctermbg='.w:color
24 let w:color="NONE"
25 silent! exec 'highlight invisible cterm=NONE ctermbg='.w:color
24 endif 26 endif
25 27
26 highlight! link EndOfBuffer Invisible 28 highlight! link EndOfBuffer Invisible
..