mirror of
https://github.com/prabirshrestha/vim-lsp.git
synced 2025-12-14 20:35:59 +01:00
Improve error message at unsupported feature (#1001)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
function! s:not_supported(what) abort
|
||||
return lsp#utils#error(a:what.' not supported for '.&filetype)
|
||||
return lsp#utils#error(printf("%s not supported for filetype '%s'", a:what, &filetype))
|
||||
endfunction
|
||||
|
||||
function! lsp#ui#vim#implementation(in_preview, ...) abort
|
||||
|
||||
Reference in New Issue
Block a user