diff options
author | Mitchell Hanberg <mitch@mitchellhanberg.com> | 2020-12-20 10:17:11 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-20 16:17:11 +0100 |
commit | fa461239980bd21d54c44d5a42b1904fd82d15b7 (patch) | |
tree | e25f38663735034dc4852ba203570aafef5ac156 | |
parent | 8e9aa81919e743b14d33127e7e9b4445044c46a0 (diff) | |
download | rneovim-fa461239980bd21d54c44d5a42b1904fd82d15b7.tar.gz rneovim-fa461239980bd21d54c44d5a42b1904fd82d15b7.tar.bz2 rneovim-fa461239980bd21d54c44d5a42b1904fd82d15b7.zip |
doc: Fix vim.lsp.diagnostic.get_next (#13495)
-rw-r--r-- | runtime/doc/lsp.txt | 2 |
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()| |