Remove g:brightest#enable_highlight_cursorline. Change BrightestCursorLine to BrightestCursorLineBg.

This commit is contained in:
manga_osyo
2014-07-31 15:40:57 +09:00
parent e024ce9ece
commit adbb48c843
2 changed files with 8 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ let g:brightest_enable = get(g:, "brightest_enable", 1)
function! s:init_hl()
highlight BrightestDefaultCursorWord gui=underline guifg=NONE
highlight BrightestUnderline term=underline cterm=underline gui=underline
highlight BrightestCursorLine NONE
highlight BrightestCursorLineBg NONE
endfunction
call s:init_hl()