We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64d514d commit 6262baeCopy full SHA for 6262bae
autoload/lsp/ui/vim/completion.vim
@@ -23,7 +23,7 @@ endfunction
23
" 6. then the line is `call getbufline(|` in `s:on_complete_done_after`
24
"
25
function! s:on_complete_done() abort
26
- if empty(v:completed_item)
+ if empty(v:completed_item) || get(v:completed_item, 'word', '') ==# '' && get(v:completed_item, 'abbr', '') ==# ''
27
doautocmd User lsp_complete_done
28
return
29
endif
0 commit comments