We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d69af87 commit b641bb5Copy full SHA for b641bb5
plugin/easycomplete.vim
@@ -554,6 +554,7 @@ augroup easycomplete#NormalBinding
554
autocmd BufLeave * noa call easycomplete#BufLeave()
555
if has("nvim")
556
autocmd WinScrolled * noa call easycomplete#WinScrolled()
557
+ autocmd ColorScheme * noa call easycomplete#ColorScheme()
558
endif
559
autocmd User easycomplete_pum_show call easycomplete#CompleteShow()
560
" 下面自定义事件只在 nvim 下有效
0 commit comments