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
|
||||
autocmd!
|
||||
autocmd CursorMoved * call brightest#on_CursorMoved()
|
||||
autocmd WinEnter * call brightest#on_CursorMoved()
|
||||
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 CursorMovedI *
|
||||
|
||||
Reference in New Issue
Block a user