mirror of
https://github.com/neovim/neovim.git
synced 2025-12-07 15:14:04 +00:00
docs(lsp): add annotations for private functions
This commit is contained in:
committed by
Dundar Göc
parent
bc1d13bb36
commit
b6e531c1d9
@@ -263,6 +263,7 @@ function M.rename(new_name)
|
||||
request('textDocument/rename', params)
|
||||
end
|
||||
|
||||
---@private
|
||||
local function prepare_rename(err, result)
|
||||
if err == nil and result == nil then
|
||||
vim.notify('nothing to rename', vim.log.levels.INFO)
|
||||
|
||||
Reference in New Issue
Block a user