doc: more and better type annotations
This commit is contained in:
parent
d10e7f442f
commit
1fe476daf0
9 changed files with 167 additions and 50 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue