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 5a9be40 commit 2e59370Copy full SHA for 2e59370
autoload/lsp/ui/vim/diagnostics/echo.vim
@@ -23,8 +23,6 @@ function! s:echo_diagnostics_under_cursor(...) abort
23
let l:diagnostic = lsp#ui#vim#diagnostics#get_diagnostics_under_cursor()
24
if !empty(l:diagnostic) && has_key(l:diagnostic, 'message')
25
echo 'LSP: '. substitute(l:diagnostic['message'], '\n\+', ' ', 'g')
26
- else
27
- echo ''
28
endif
29
endfunction
30
0 commit comments