docs: misc

Close #36441
Close #36631
Close #36656

Co-authored-by: Maria José Solano <majosolano99@gmail.com>
Co-authored-by: glepnir <glephunter@gmail.com>
Co-authored-by: "Mike J. McGuirk" <mike.j.mcguirk@gmail.com>
This commit is contained in:
Justin M. Keyes
2025-11-23 12:45:31 -05:00
parent b7a670a6d2
commit 3fc72f4ef1
10 changed files with 32 additions and 10 deletions

View File

@@ -10091,7 +10091,12 @@ M.funcs = {
]=],
name = 'setloclist',
params = { { 'nr', 'integer' }, { 'list', 'any' }, { 'action', 'string' }, { 'what', 'table' } },
params = {
{ 'nr', 'integer' },
{ 'list', 'vim.quickfix.entry[]' },
{ 'action', 'string' },
{ 'what', 'vim.fn.setqflist.what' },
},
signature = 'setloclist({nr}, {list} [, {action} [, {what}]])',
},
setmatches = {