We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d901663 commit 8c2d562Copy full SHA for 8c2d562
autoload/easycomplete/action/documentation.vim
@@ -75,7 +75,7 @@ function! s:HandleLspCallback(server_name, data) abort
75
call s:ClosePopup()
76
" 如果 documentation 不存在,且item因过长被缩写了
77
" 则在 info 中显示完全未缩写的word
78
- if get(g:easycomplete_completed_item, "abbr", "") =~ "…"
+ if get(g:easycomplete_completed_item, "abbr", "") =~ "…$"
79
call easycomplete#util#ShowDefaultInfo(g:easycomplete_completed_item)
80
endif
81
" call s:console(v:exception)
0 commit comments