Skip to content

Commit 8c2d562

Browse files
committed
bugfix
1 parent d901663 commit 8c2d562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/easycomplete/action/documentation.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ function! s:HandleLspCallback(server_name, data) abort
7575
call s:ClosePopup()
7676
" 如果 documentation 不存在,且item因过长被缩写了
7777
" 则在 info 中显示完全未缩写的word
78-
if get(g:easycomplete_completed_item, "abbr", "") =~ ""
78+
if get(g:easycomplete_completed_item, "abbr", "") =~ "$"
7979
call easycomplete#util#ShowDefaultInfo(g:easycomplete_completed_item)
8080
endif
8181
" call s:console(v:exception)

0 commit comments

Comments
 (0)