feat(meta): add type for quickfix entries

This commit is contained in:
Lewis Russell
2024-10-16 09:33:13 +01:00
parent 0e8568d72c
commit 21151144c6
4 changed files with 100 additions and 5 deletions

View File

@ -9955,7 +9955,11 @@ M.funcs = {
]=],
name = 'setqflist',
params = { { 'list', 'any[]' }, { 'action', 'string' }, { 'what', 'table' } },
params = {
{ 'list', 'vim.quickfix.entry[]' },
{ 'action', 'string' },
{ 'what', 'vim.fn.setqflist.what' },
},
signature = 'setqflist({list} [, {action} [, {what}]])',
},
setreg = {