refactor(lua): improve type annotations

This commit is contained in:
Lewis Russell
2024-06-11 12:05:18 +01:00
committed by Lewis Russell
parent d8e384b7bf
commit 5e49ef0af3
20 changed files with 64 additions and 369 deletions

View File

@@ -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 },