Merge pull request #11 from FriedSock/master

Make CursorColumn the same as CursorLine
This commit is contained in:
Andrea Leopardi 2014-10-09 15:45:30 +02:00
commit d12e632601
2 changed files with 2 additions and 0 deletions

View file

@ -99,6 +99,7 @@ call s:Col('Normal', 'base6', s:background)
" Line, cursor and so on.
call s:Col('Cursor', 'base1', 'base6')
call s:Col('CursorLine', '', 'base1')
call s:Col('CursorColumn', '', 'base1')
" Sign column, line numbers.
call s:Col('LineNr', 'base4', s:linenr_background)

View file

@ -99,6 +99,7 @@ call s:Col('Normal', 'base6', s:background)
" Line, cursor and so on.
call s:Col('Cursor', 'base1', 'base6')
call s:Col('CursorLine', '', 'base1')
call s:Col('CursorColumn', '', 'base1')
" Sign column, line numbers.
call s:Col('LineNr', 'base4', s:linenr_background)