Skip to content

Commit 33079b7

Browse files
committed
bugfix
1 parent 5875500 commit 33079b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/easycomplete.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1778,7 +1778,7 @@ function! s:FirstCompleteRendering(start_pos, menuitems)
17781778
" 的 CmdlineEnter 和 CmdlineLeave,带来 statusline 闪烁。
17791779
" 因此在 FirstComplete 时采用方法一,SecondComplete 采用方法二
17801780
call easycomplete#tabnine#flush()
1781-
call s:complete(a:start_pos, result)
1781+
silent! noa call s:complete(a:start_pos, result)
17821782
call s:SetFirstCompeleHit()
17831783
call s:AddCompleteCache(s:GetTypingWord(), deepcopy(g:easycomplete_stunt_menuitems))
17841784
endif

0 commit comments

Comments
 (0)