aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Lingelbach <m.j.lbach@gmail.com>2021-06-15 07:37:54 -0700
committerGitHub <noreply@github.com>2021-06-15 07:37:54 -0700
commit19ccda230ea2cc3d2ff43e39a7515a6b2ff5ce32 (patch)
tree9794b2a3b7f23c2846d7c512e600111c1e4d51f0
parent8cdffd42dd7db664034f61157e59e1e499f70ad8 (diff)
parent45a7cd2c193b8d265f98d8ab5aeb522e5252f040 (diff)
downloadrneovim-19ccda230ea2cc3d2ff43e39a7515a6b2ff5ce32.tar.gz
rneovim-19ccda230ea2cc3d2ff43e39a7515a6b2ff5ce32.tar.bz2
rneovim-19ccda230ea2cc3d2ff43e39a7515a6b2ff5ce32.zip
Merge pull request #14817 from neovim/marvim/api-doc-update/master
-rw-r--r--runtime/doc/lsp.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/doc/lsp.txt b/runtime/doc/lsp.txt
index 075912d4e5..55873331c0 100644
--- a/runtime/doc/lsp.txt
+++ b/runtime/doc/lsp.txt
@@ -947,9 +947,6 @@ add_workspace_folder({workspace_folder})
not provided, the user will be prompted for a path using
|input()|.
-call_hierarchy({method}) *vim.lsp.buf.call_hierarchy()*
- TODO: Documentation
-
clear_references() *vim.lsp.buf.clear_references()*
Removes document highlights from current buffer.