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.vim4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugin/max-fix-colorschemes.vim b/plugin/max-fix-colorschemes.vim
index c0f091d..edbb0ee 100644
--- a/plugin/max-fix-colorschemes.vim
+++ b/plugin/max-fix-colorschemes.vim
@@ -26,6 +26,10 @@ function! ExtendColorTheme()
26 highlight! link FoldColumn VertSplit 26 highlight! link FoldColumn VertSplit
27 " highlight! link Folded LineNr 27 " highlight! link Folded LineNr
28 highlight! link EndOfBuffer NonText 28 highlight! link EndOfBuffer NonText
29 hi Comment gui=italic
30 hi Keyword gui=bold
31
32 autocmd BufReadPost * syntax match Convention /\s*$/
29endfunction 33endfunction
30autocmd ColorScheme * call ExtendColorTheme() 34autocmd ColorScheme * call ExtendColorTheme()
31 35
..