mirror of
https://github.com/neovim/neovim.git
synced 2026-08-28 10:01:49 +00:00
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:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user