doc: more and better type annotations

This commit is contained in:
Steven Arcangeli 2024-08-30 17:50:09 -07:00
parent d10e7f442f
commit 1fe476daf0
9 changed files with 167 additions and 50 deletions

View file

@ -79,7 +79,7 @@ M.toggle_hidden = function()
end
end
---@param is_hidden_file fun(filename: string, bufnr: nil|integer): boolean
---@param is_hidden_file fun(filename: string, bufnr: integer): boolean
M.set_is_hidden_file = function(is_hidden_file)
local any_modified = are_any_modified()
if any_modified then