mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
fix(docs): wrong return value annotation for nvim_buf_get_extmarks
This commit is contained in:
@ -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[]',
|
||||
|
Reference in New Issue
Block a user