mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
doc: Fix incorrect LSP diagnostic-related helptags (#13388)
This commit is contained in:
@@ -1022,7 +1022,7 @@ do
|
||||
|
||||
--@deprecated
|
||||
function M.buf_diagnostics_signs(bufnr, diagnostics, client_id)
|
||||
warn_once("buf_diagnostics_signs is deprecated. Use 'vim.lsp.diagnostics.set_signs'")
|
||||
warn_once("buf_diagnostics_signs is deprecated. Use 'vim.lsp.diagnostic.set_signs'")
|
||||
return vim.lsp.diagnostic.set_signs(diagnostics, bufnr, client_id)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user