aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/lsp/buf.lua
diff options
context:
space:
mode:
authorcbarrete <62146989+cbarrete@users.noreply.github.com>2021-06-15 08:19:23 +0200
committerGitHub <noreply@github.com>2021-06-14 23:19:23 -0700
commit8cdffd42dd7db664034f61157e59e1e499f70ad8 (patch)
tree847ff94564a7f14e462c70ee1f6d34b51f346dac /runtime/lua/vim/lsp/buf.lua
parentb8dfa2f112130c1dcb12409f881a3fd83aa5b56d (diff)
downloadrneovim-8cdffd42dd7db664034f61157e59e1e499f70ad8.tar.gz
rneovim-8cdffd42dd7db664034f61157e59e1e499f70ad8.tar.bz2
rneovim-8cdffd42dd7db664034f61157e59e1e499f70ad8.zip
docs(lsp): annotate call_hierarchy function as private
Diffstat (limited to 'runtime/lua/vim/lsp/buf.lua')
-rw-r--r--runtime/lua/vim/lsp/buf.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/lua/vim/lsp/buf.lua b/runtime/lua/vim/lsp/buf.lua
index 5dd7109bb0..c63b947c99 100644
--- a/runtime/lua/vim/lsp/buf.lua
+++ b/runtime/lua/vim/lsp/buf.lua
@@ -297,6 +297,7 @@ local function pick_call_hierarchy_item(call_hierarchy_items)
return choice
end
+--@private
local function call_hierarchy(method)
local params = util.make_position_params()
request('textDocument/prepareCallHierarchy', params, function(err, _, result)