mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
Merge pull request #14733 from mjlbach/fix_docs_2
docs(lsp): fix locations_to_items docstring
This commit is contained in:
commit
b3e3ab0567
@ -1598,8 +1598,9 @@ function M.locations_to_items(locations)
|
||||
return items
|
||||
end
|
||||
|
||||
--- Fills current window's location list with given list of items.
|
||||
--- Fills target window's location list with given list of items.
|
||||
--- Can be obtained with e.g. |vim.lsp.util.locations_to_items()|.
|
||||
--- Defaults to current window.
|
||||
---
|
||||
--@param items (table) list of items
|
||||
function M.set_loclist(items, win_id)
|
||||
|
Loading…
Reference in New Issue
Block a user