Add highlight BrightestNONE.

This commit is contained in:
manga_osyo
2015-04-09 15:31:18 +09:00
parent f011b41ef1
commit 7897a43fca

View File

@@ -22,6 +22,7 @@ function! s:init_hl()
highlight BrightestUndercurl term=undercurl cterm=undercurl gui=undercurl
highlight BrightestReverse term=reverse cterm=reverse gui=reverse
highlight BrightestCursorLineBg NONE
highlight BrightestNONE NONE
endfunction
call s:init_hl()