aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitchell Hanberg <mitch@mitchellhanberg.com>2020-12-20 10:17:11 -0500
committerGitHub <noreply@github.com>2020-12-20 16:17:11 +0100
commitfa461239980bd21d54c44d5a42b1904fd82d15b7 (patch)
treee25f38663735034dc4852ba203570aafef5ac156
parent8e9aa81919e743b14d33127e7e9b4445044c46a0 (diff)
downloadrneovim-fa461239980bd21d54c44d5a42b1904fd82d15b7.tar.gz
rneovim-fa461239980bd21d54c44d5a42b1904fd82d15b7.tar.bz2
rneovim-fa461239980bd21d54c44d5a42b1904fd82d15b7.zip
doc: Fix vim.lsp.diagnostic.get_next (#13495)
-rw-r--r--runtime/doc/lsp.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/lsp.txt b/runtime/doc/lsp.txt
index ea9072841c..67e2815715 100644
--- a/runtime/doc/lsp.txt
+++ b/runtime/doc/lsp.txt
@@ -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()|