Merge pull request #4 from stayradiated/master

Add ColorColumn support
This commit is contained in:
Andrea Leopardi 2014-10-02 23:40:58 +02:00
commit 7d9d062c8f

View file

@ -104,6 +104,7 @@ call s:Col('CursorLine', '', 'base1')
call s:Col('LineNr', 'base4', s:linenr_background)
call s:Col('CursorLineNr', 'base5', s:linenr_background)
call s:Col('SignColumn', '', s:linenr_background)
call s:Col('ColorColumn', '', s:linenr_background)
" Visual selection.
call s:Col('Visual', '', 'base3')