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 6894fb9 commit c742892Copy full SHA for c742892
autoload/lsp/omni.vim
@@ -57,7 +57,8 @@ function! lsp#omni#complete(findstart, base) abort
57
call s:send_completion_request(l:info)
58
59
if g:lsp_async_completion
60
- return []
+ redraw
61
+ return v:none
62
else
63
while s:completion['status'] is# s:completion_status_pending && !complete_check()
64
sleep 10m
0 commit comments