chore(git): schedule status update and redraw when git status update is done

This commit is contained in:
kiyan
2021-06-29 22:02:37 +02:00
parent c1b112f0ec
commit b31003e43a
3 changed files with 6 additions and 1 deletions

View File

@@ -51,6 +51,10 @@ function M.init(with_open, with_reload)
end
end
function M.redraw()
renderer.draw(M.Tree, true)
end
local function get_node_at_line(line)
local index = 2
local function iter(entries)