aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2022-10-13 15:18:48 +0200
committerGitHub <noreply@github.com>2022-10-13 21:18:48 +0800
commiteb123b565e201418dd135d2602dc20eea3cead39 (patch)
tree790f78146c93a45ddb4c419e3597ffd2c1e2c03b /runtime
parent730228f6db1f858795ea83ba2179c875dca37bc7 (diff)
downloadrneovim-eb123b565e201418dd135d2602dc20eea3cead39.tar.gz
rneovim-eb123b565e201418dd135d2602dc20eea3cead39.tar.bz2
rneovim-eb123b565e201418dd135d2602dc20eea3cead39.zip
docs: fix typos (#20509)
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/deprecated.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/deprecated.txt b/runtime/doc/deprecated.txt
index 8fcd0fc1d0..d00f309826 100644
--- a/runtime/doc/deprecated.txt
+++ b/runtime/doc/deprecated.txt
@@ -107,7 +107,7 @@ internally and are no longer exposed as part of the API. Instead, use
- *vim.lsp.diagnostic.set_virtual_text()*
LSP FUNCTIONS
-- *vim.lsp.range_code_action* Use |vim.lsp.buf.code_action()| with
+- *vim.lsp.buf.range_code_action()* Use |vim.lsp.buf.code_action()| with
the `range` parameter.
- *vim.lsp.util.diagnostics_to_items()* Use |vim.diagnostic.toqflist()| instead.
- *vim.lsp.util.set_qflist()* Use |setqflist()| instead.