mirror of
https://github.com/prabirshrestha/vim-lsp.git
synced 2025-12-14 20:35:59 +01:00
return empty string so the output#preview will not add 0 in cmdline (#83)
This commit is contained in:
@@ -11,6 +11,8 @@ function! lsp#ui#vim#output#preview(data) abort
|
|||||||
setlocal readonly nomodifiable
|
setlocal readonly nomodifiable
|
||||||
|
|
||||||
let &l:filetype = l:ft . '.lsp-hover'
|
let &l:filetype = l:ft . '.lsp-hover'
|
||||||
|
|
||||||
|
return ''
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:append(data) abort
|
function! s:append(data) abort
|
||||||
|
|||||||
Reference in New Issue
Block a user