aboutsummaryrefslogtreecommitdiff
path: root/plugin/max-fix-colorschemes.vim
diff options
context:
space:
mode:
authorMax Christian Pohle2019-05-01 18:48:30 +0200
committerMax Christian Pohle2019-05-01 18:48:30 +0200
commit7a09b882a53e44125488f8aab750b8bffed7b8ea (patch)
tree8b339ae8ed529343fa6f1de7666ba6b61fa1e765 /plugin/max-fix-colorschemes.vim
parent74f0e402f7a9c869665fcfab7388a76e88027fb4 (diff)
downloadvim-karlmarks-7a09b882a53e44125488f8aab750b8bffed7b8ea.tar.bz2
vim-karlmarks-7a09b882a53e44125488f8aab750b8bffed7b8ea.zip
Improved statusline
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
..