We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6364fa1 commit 9988771Copy full SHA for 9988771
lua/neo-tree/git/init.lua
@@ -13,6 +13,7 @@ M.status_cache = setmetatable({}, {
13
__newindex = function(_, root_dir, status)
14
require("neo-tree.sources.filesystem.lib.fs_watch").on_destroyed(root_dir, function()
15
rawset(M.status_cache, root_dir, nil)
16
+ events.fire_event(events.GIT_STATUS_CHANGED, { git_root = root_dir, status = status })
17
end)
18
rawset(M.status_cache, root_dir, status)
19
end,
0 commit comments