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 db8aad5..87c9efe 100644
--- a/plugin/max-fix-colorschemes.vim
+++ b/plugin/max-fix-colorschemes.vim
@@ -42,6 +42,8 @@ function! ExtendColorTheme()
42 highlight! PmenuThumb cterm=inverse 42 highlight! PmenuThumb cterm=inverse
43 highlight! MoreMsg cterm=inverse 43 highlight! MoreMsg cterm=inverse
44 44
45 highlight! link Tabline StatusLine
46
45endfunction 47endfunction
46autocmd ColorScheme * call ExtendColorTheme() 48autocmd ColorScheme * call ExtendColorTheme()
47 49
..