Skip to content

Commit a634205

Browse files
committed
extract methods from explore_node
1 parent 7d65694 commit a634205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/nvim-tree/git/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ function M.git_status_dir(parent_ignored, status, absolute_path)
307307
end
308308

309309
---@param parent_ignored boolean
310-
---@param status table
310+
---@param status table|nil
311311
---@param absolute_path string
312312
---@return GitStatus
313313
function M.git_status_file(parent_ignored, status, absolute_path)

0 commit comments

Comments
 (0)