mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00
refactor(lua): improve type annotations
This commit is contained in:

committed by
Lewis Russell

parent
d8e384b7bf
commit
5e49ef0af3
@@ -4047,8 +4047,9 @@ M.funcs = {
|
||||
|
||||
]=],
|
||||
name = 'getmarklist',
|
||||
params = { { 'buf', 'any' } },
|
||||
params = { { 'buf', 'integer?' } },
|
||||
signature = 'getmarklist([{buf}])',
|
||||
returns = 'vim.fn.getmarklist.ret.item[]',
|
||||
},
|
||||
getmatches = {
|
||||
args = { 0, 1 },
|
||||
|
Reference in New Issue
Block a user