From 3abfad483660e8dcdd77965a237c271a90cec8e7 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Thu, 16 Jul 2020 20:41:11 +0200 Subject: Tiny mostly optical improvements --- plugin/max-fix-colorschemes.vim | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'plugin/max-fix-colorschemes.vim') 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() highlight! link FoldColumn VertSplit " highlight! link Folded LineNr highlight! link EndOfBuffer NonText + hi Comment gui=italic + hi Keyword gui=bold + + autocmd BufReadPost * syntax match Convention /\s*$/ endfunction autocmd ColorScheme * call ExtendColorTheme() -- cgit v1.2.3