chore: remove useless code

This commit is contained in:
JuanZoran
2023-04-24 20:58:46 +08:00
parent 156e03306a
commit 854bce7b5a
2 changed files with 52 additions and 52 deletions

View File

@ -2,7 +2,7 @@ local api, fn = vim.api, vim.fn
---@class TransBuffer
---@field bufnr integer buffer handle
---@field [number] string|TransNode|TransNode[] buffer[line] content
---@field [integer] string|TransNode|TransNode[] buffer[line] content
local buffer = {}
-- INFO : corountine can't invoke C function