Skip to content

Commit db6fb67

Browse files
committed
bugfix
1 parent 1b4830e commit db6fb67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

autoload/easycomplete.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ function! s:CompleteTypingMatch(...)
313313
else
314314
let tn_result = []
315315
endif
316+
" 正常匹配为空,tabnine 结果也为空
316317
if len(filtered_menu) == 0 && len(tn_result) == 0
317318
" call s:log(">>>>>>>>>>>>>" . "匹配结果是空,导致pum关闭", "cword:", expand("<cword>"))
318319
" 正常SecondComplete中无匹配词了就关掉 pum 了

0 commit comments

Comments
 (0)