diff options
author | Michael Lingelbach <m.j.lbach@gmail.com> | 2021-06-15 07:37:54 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-15 07:37:54 -0700 |
commit | 19ccda230ea2cc3d2ff43e39a7515a6b2ff5ce32 (patch) | |
tree | 9794b2a3b7f23c2846d7c512e600111c1e4d51f0 | |
parent | 8cdffd42dd7db664034f61157e59e1e499f70ad8 (diff) | |
parent | 45a7cd2c193b8d265f98d8ab5aeb522e5252f040 (diff) | |
download | rneovim-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.txt | 3 |
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. |