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 f6a66a1 commit 748a8e3Copy full SHA for 748a8e3
autoload/lsp/ui/vim.vim
@@ -1,5 +1,5 @@
1
function! s:not_supported(what) abort
2
- return lsp#utils#error(a:what.' not supported for '.&filetype)
+ return lsp#utils#error(printf("%s not supported for filetype '%s'", a:what, &filetype))
3
endfunction
4
5
function! lsp#ui#vim#implementation(in_preview, ...) abort
0 commit comments