Skip to content

Commit 13c4390

Browse files
do not echo Retrieving signature help
1 parent c39127d commit 13c4390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/lsp/ui/vim/signature_help.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function! lsp#ui#vim#signature_help#get_signature_help_under_cursor() abort
2323
\ })
2424
endfor
2525

26-
echo 'Retrieving signature help ...'
26+
call lsp#log('Retrieving signature help')
2727
return
2828
endfunction
2929

0 commit comments

Comments
 (0)