fix(docs): wrong return value annotation for nvim_buf_get_extmarks

This commit is contained in:
JonnyKong
2024-08-25 03:57:02 +00:00
committed by Lewis Russell
parent cf44121f7f
commit b8135a76b7
3 changed files with 9 additions and 3 deletions

View File

@@ -378,7 +378,7 @@ function vim.api.nvim_buf_get_commands(buffer, opts) end
--- • details: Whether to include the details dict
--- • hl_name: Whether to include highlight group name instead of
--- id, true if omitted
--- @return vim.api.keyset.get_extmark_item
--- @return vim.api.keyset.get_extmark_item_by_id
function vim.api.nvim_buf_get_extmark_by_id(buffer, ns_id, id, opts) end
--- Gets `extmarks` in "traversal order" from a `charwise` region defined by