Add g:brightest#enable_highlight_all_window.

This commit is contained in:
manga_osyo
2015-04-17 09:42:29 +09:00
parent 37c43a136e
commit da3c0c1691
15 changed files with 987 additions and 140 deletions

View File

@@ -3,6 +3,13 @@ let s:save_cpo = &cpo
set cpo&vim
function! s:_vital_depends()
return [
\ "Coaster.Buffer",
\ "Coaster.Search",
\ "Coaster.Highlight"
\ ]
endfunction
let &cpo = s:save_cpo