aboutsummaryrefslogtreecommitdiff
path: root/plugin/max-fix-colorschemes.vim
diff options
context:
space:
mode:
authorMax Christian Pohle2020-07-16 20:41:11 +0200
committerMax Christian Pohle2020-07-16 20:41:11 +0200
commit3abfad483660e8dcdd77965a237c271a90cec8e7 (patch)
treef5ac85cf568b8865fc25a6e3ae07861ea6b4ca20 /plugin/max-fix-colorschemes.vim
parent19156c818fdd12865c6d17872eea917ab3aaee82 (diff)
downloadvim-karlmarks-3abfad483660e8dcdd77965a237c271a90cec8e7.tar.bz2
vim-karlmarks-3abfad483660e8dcdd77965a237c271a90cec8e7.zip
Tiny mostly optical improvements
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
..