aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorChristian Clason <christian.clason@uni-due.de>2020-05-26 15:07:10 +0200
committerGitHub <noreply@github.com>2020-05-26 09:07:10 -0400
commit2ca8f02a6461fd4710c4ecc555fbe7ee9f75a70a (patch)
treee722c26b4ccb74fdd7b377abc34b62119eaa87c6 /runtime/doc
parent15b762761ad966f91d452fdd28c718f2fd3e45be (diff)
downloadrneovim-2ca8f02a6461fd4710c4ecc555fbe7ee9f75a70a.tar.gz
rneovim-2ca8f02a6461fd4710c4ecc555fbe7ee9f75a70a.tar.bz2
rneovim-2ca8f02a6461fd4710c4ecc555fbe7ee9f75a70a.zip
lsp: add preview_location util function (#12368)
* add preview_location * add doc stub * doc style; return bufnr&winnr of preview * doc: function may return nil Co-authored-by: Hirokazu Hata <h.hata.ai.t@gmail.com> * doc: fixup Co-authored-by: Hirokazu Hata <h.hata.ai.t@gmail.com>
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/lsp.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/lsp.txt b/runtime/doc/lsp.txt
index 9460e600e3..0c510c3bec 100644
--- a/runtime/doc/lsp.txt
+++ b/runtime/doc/lsp.txt
@@ -1053,6 +1053,9 @@ highlight_region({ft}, {start}, {finish})
jump_to_location({location}) *vim.lsp.util.jump_to_location()*
TODO: Documentation
+preview_location({location}) *vim.lsp.util.preview_location()*
+ TODO: Documentation
+
locations_to_items({locations}) *vim.lsp.util.locations_to_items()*
TODO: Documentation