Merge pull request #30825 from lewis6991/refactor/lsputil

This commit is contained in:
Lewis Russell
2024-10-17 13:35:02 +01:00
committed by GitHub
9 changed files with 568 additions and 550 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 = {