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

@ -20,7 +20,7 @@ local DEP_API_METADATA = 'build/funcs_metadata.mpack'
local LUA_API_RETURN_OVERRIDES = {
nvim_buf_get_command = 'table<string,vim.api.keyset.command_info>',
nvim_buf_get_extmark_by_id = 'vim.api.keyset.get_extmark_item',
nvim_buf_get_extmark_by_id = 'vim.api.keyset.get_extmark_item_by_id',
nvim_buf_get_extmarks = 'vim.api.keyset.get_extmark_item[]',
nvim_buf_get_keymap = 'vim.api.keyset.keymap[]',
nvim_get_autocmds = 'vim.api.keyset.get_autocmds.ret[]',