removed DU from deleted as file will show up in tree
This commit is contained in:
@@ -95,8 +95,6 @@ function M.get_git_status(node)
|
|||||||
["D "] = true,
|
["D "] = true,
|
||||||
["RD"] = true,
|
["RD"] = true,
|
||||||
["DD"] = true,
|
["DD"] = true,
|
||||||
-- TODO: test if this should be deleted
|
|
||||||
["DU"] = true,
|
|
||||||
}
|
}
|
||||||
for _, s in pairs(node.git_status.dir.direct) do
|
for _, s in pairs(node.git_status.dir.direct) do
|
||||||
if deleted[s] then
|
if deleted[s] then
|
||||||
|
|||||||
Reference in New Issue
Block a user