mirror of
https://github.com/osyo-manga/vim-brightest.git
synced 2025-11-08 11:33:54 -05:00
Add autocmd WinEnter.
This commit is contained in:
@@ -39,8 +39,10 @@ command! -bar BrightestToggle if g:brightest_enable | BrightestDisable | else |
|
|||||||
augroup brightest
|
augroup brightest
|
||||||
autocmd!
|
autocmd!
|
||||||
autocmd CursorMoved * call brightest#on_CursorMoved()
|
autocmd CursorMoved * call brightest#on_CursorMoved()
|
||||||
|
autocmd WinEnter * call brightest#on_CursorMoved()
|
||||||
autocmd CursorHold * call brightest#on_CursorHold()
|
autocmd CursorHold * call brightest#on_CursorHold()
|
||||||
autocmd BufLeave,WinLeave * call brightest#hl_clear()
|
autocmd WinLeave * call brightest#hl_clear()
|
||||||
|
" autocmd BufLeave,WinLeave * call brightest#hl_clear()
|
||||||
autocmd ColorScheme * call s:init_hl()
|
autocmd ColorScheme * call s:init_hl()
|
||||||
|
|
||||||
autocmd CursorMovedI *
|
autocmd CursorMovedI *
|
||||||
|
|||||||
Reference in New Issue
Block a user