diff options
author | Max Christian Pohle | 2019-03-27 00:58:22 +0100 |
---|---|---|
committer | Max Christian Pohle | 2019-03-27 01:10:36 +0100 |
commit | 7f66224fe61d4858aa9fe6b3572e5abdc483480a (patch) | |
tree | c9b9c0b8fc3a95d14ba55d2f6ad31ad0ed2d651e /plugin/max-fix-colorschemes.vim | |
parent | 547c653d66a66bbcdfd3f9daeeee99da591f3b25 (diff) | |
download | vim-karlmarks-7f66224fe61d4858aa9fe6b3572e5abdc483480a.tar.bz2 vim-karlmarks-7f66224fe61d4858aa9fe6b3572e5abdc483480a.zip |
Fixed submodule again :/
Diffstat (limited to 'plugin/max-fix-colorschemes.vim')
-rw-r--r-- | plugin/max-fix-colorschemes.vim | 2 |
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 |