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 195f924 commit fd300edCopy full SHA for fd300ed
1 file changed
lua/nvim-tree/explorer/init.lua
@@ -753,6 +753,7 @@ function Explorer:force_dirchange(foldername, should_open_view)
753
else
754
-- TODO #2255
755
-- The call to core.init destroyed this Explorer instance hence we need to fetch the new instance.
756
+ -- Problem is described at https://github.com/nvim-tree/nvim-tree.lua/pull/3233#issuecomment-3704402527
757
local explorer = core.get_explorer()
758
if explorer then
759
explorer.renderer:draw()
0 commit comments