mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
refactor(lua): improve type annotations
This commit is contained in:
committed by
Lewis Russell
parent
d8e384b7bf
commit
5e49ef0af3
@@ -383,7 +383,6 @@ local function on_bytes(bufnr, foldinfo, start_row, start_col, old_row, old_col,
|
||||
end
|
||||
end
|
||||
|
||||
---@package
|
||||
---@param lnum integer|nil
|
||||
---@return string
|
||||
function M.foldexpr(lnum)
|
||||
|
||||
Reference in New Issue
Block a user