mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00
docs(lsp): add annotations for private functions
This commit is contained in:

committed by
Dundar Göc

parent
bc1d13bb36
commit
b6e531c1d9
@@ -580,6 +580,7 @@ function vim._expand_pat(pat, env)
|
||||
end
|
||||
|
||||
local keys = {}
|
||||
---@private
|
||||
local function insert_keys(obj)
|
||||
for k,_ in pairs(obj) do
|
||||
if type(k) == "string" and string.sub(k,1,string.len(match_part)) == match_part then
|
||||
|
Reference in New Issue
Block a user