Skip to content

Commit b641bb5

Browse files
committed
bugfix
1 parent d69af87 commit b641bb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugin/easycomplete.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,7 @@ augroup easycomplete#NormalBinding
554554
autocmd BufLeave * noa call easycomplete#BufLeave()
555555
if has("nvim")
556556
autocmd WinScrolled * noa call easycomplete#WinScrolled()
557+
autocmd ColorScheme * noa call easycomplete#ColorScheme()
557558
endif
558559
autocmd User easycomplete_pum_show call easycomplete#CompleteShow()
559560
" 下面自定义事件只在 nvim 下有效

0 commit comments

Comments
 (0)