return empty string so the output#preview will not add 0 in cmdline (#83)

This commit is contained in:
Prabir Shrestha
2018-01-01 14:36:25 -08:00
committed by GitHub
parent 859687b98a
commit d3af2b8e1a

View File

@@ -11,6 +11,8 @@ function! lsp#ui#vim#output#preview(data) abort
setlocal readonly nomodifiable
let &l:filetype = l:ft . '.lsp-hover'
return ''
endfunction
function! s:append(data) abort