doc: Fix vim.lsp.diagnostic.get_next (#13495)

This commit is contained in:
Mitchell Hanberg
2020-12-20 10:17:11 -05:00
committed by GitHub
parent 8e9aa81919
commit fa46123998

View File

@@ -1120,7 +1120,7 @@ get_line_diagnostics({bufnr}, {line_nr}, {opts}, {client_id})
diagnostics.
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: ~
{opts} table See |vim.lsp.diagnostic.goto_next()|