mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
refactor(lsp): remove usage of deprecated function (#16539)
This commit is contained in:
@ -565,7 +565,7 @@ end
|
||||
|
||||
--- Redraw diagnostics for the given buffer and client
|
||||
---
|
||||
---@deprecated Prefer |vim.diagnostic.redraw()|
|
||||
---@deprecated Prefer |vim.diagnostic.show()|
|
||||
---
|
||||
--- This calls the "textDocument/publishDiagnostics" handler manually using
|
||||
--- the cached diagnostics already received from the server. This can be useful
|
||||
|
Reference in New Issue
Block a user