aboutsummaryrefslogtreecommitdiff
path: root/plugin/max-fix-colorschemes.vim
diff options
context:
space:
mode:
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
..