mirror of
https://github.com/neovim/neovim.git
synced 2025-10-22 17:11:49 +00:00
doc: Fix vim.lsp.diagnostic.get_next (#13495)
This commit is contained in:
@@ -1120,7 +1120,7 @@ get_line_diagnostics({bufnr}, {line_nr}, {opts}, {client_id})
|
|||||||
diagnostics.
|
diagnostics.
|
||||||
|
|
||||||
get_next({opts}) *vim.lsp.diagnostic.get_next()*
|
get_next({opts}) *vim.lsp.diagnostic.get_next()*
|
||||||
Get the previous diagnostic closest to the cursor_position
|
Get the next diagnostic closest to the cursor_position
|
||||||
|
|
||||||
Parameters: ~
|
Parameters: ~
|
||||||
{opts} table See |vim.lsp.diagnostic.goto_next()|
|
{opts} table See |vim.lsp.diagnostic.goto_next()|
|
||||||
|
Reference in New Issue
Block a user