chore: fix lua doc type definition for buffer[number]
This commit is contained in:
parent
8f6e871a55
commit
0fa87770e7
@ -2,7 +2,7 @@ local api, fn = vim.api, vim.fn
|
|||||||
|
|
||||||
---@class TransBuffer
|
---@class TransBuffer
|
||||||
---@field bufnr integer buffer handle
|
---@field bufnr integer buffer handle
|
||||||
---@field [number] string|TransNode? buffer[line] content
|
---@field [number] string|TransNode|TransNode[] buffer[line] content
|
||||||
local buffer = {}
|
local buffer = {}
|
||||||
|
|
||||||
-- INFO : corountine can't invoke C function
|
-- INFO : corountine can't invoke C function
|
||||||
|
Loading…
x
Reference in New Issue
Block a user