mirror of
https://github.com/whatyouhide/vim-gotham.git
synced 2026-09-10 07:26:17 -04:00
Merge pull request #11 from FriedSock/master
Make CursorColumn the same as CursorLine
This commit is contained in:
commit
d12e632601
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue