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 c39127d commit 13c4390Copy full SHA for 13c4390
autoload/lsp/ui/vim/signature_help.vim
@@ -23,7 +23,7 @@ function! lsp#ui#vim#signature_help#get_signature_help_under_cursor() abort
23
\ })
24
endfor
25
26
- echo 'Retrieving signature help ...'
+ call lsp#log('Retrieving signature help')
27
return
28
endfunction
29
0 commit comments