docs(lsp): fix locations_to_items docstring

This commit is contained in:
Michael Lingelbach
2021-06-05 17:22:47 -07:00
parent 36802b895f
commit 5902bed406

View File

@@ -1598,8 +1598,9 @@ function M.locations_to_items(locations)
return items return items
end 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()|. --- Can be obtained with e.g. |vim.lsp.util.locations_to_items()|.
--- Defaults to current window.
--- ---
--@param items (table) list of items --@param items (table) list of items
function M.set_loclist(items, win_id) function M.set_loclist(items, win_id)