mirror of
https://github.com/osyo-manga/vim-brightest.git
synced 2025-11-17 07:53:42 -05:00
Add g:brightest#enable_highlight_all_window.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user