mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
feat(meta): add type for quickfix entries
This commit is contained in:
@ -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 = {
|
||||
|
Reference in New Issue
Block a user