This commit is contained in:
Akmadan23
2023-11-24 12:45:25 +01:00
parent fabea3376e
commit 0b31f0688e
2 changed files with 1 additions and 2 deletions

View File

@@ -4,7 +4,6 @@ local M = {}
---@field file string|nil ---@field file string|nil
---@field dir table|nil ---@field dir table|nil
---@param parent_ignored boolean ---@param parent_ignored boolean
---@param status table|nil ---@param status table|nil
---@param absolute_path string ---@param absolute_path string

View File

@@ -96,7 +96,7 @@ M.path_separator = path_separator
--- Get the node and index of the node from the tree that matches the predicate. --- Get the node and index of the node from the tree that matches the predicate.
--- The explored nodes are those displayed on the view. --- The explored nodes are those displayed on the view.
---@param nodes Node[] ---@param nodes Node[]
---@param fn fun(node: Node): boolean ---@param fn fun(node: Node): boolean
---@return table|nil ---@return table|nil
---@return number ---@return number