Skip to content

Commit 89d2889

Browse files
tsufekimattn
andauthored
Show completion item detail when there is no documentation (#1133)
Co-authored-by: mattn <[email protected]>
1 parent 5277fc4 commit 89d2889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/lsp/internal/completion/documentation.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function! s:resolve_completion(event) abort
6464
\ }})
6565
\ )
6666
else
67-
return lsp#callbag#of({})
67+
return lsp#callbag#of(l:managed_user_data)
6868
endif
6969
endfunction
7070

0 commit comments

Comments
 (0)