Skip to content

Commit fd300ed

Browse files
committed
docs(explorer): adding link to PR discussion for more context
1 parent 195f924 commit fd300ed

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lua/nvim-tree/explorer/init.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -753,6 +753,7 @@ function Explorer:force_dirchange(foldername, should_open_view)
753753
else
754754
-- TODO #2255
755755
-- 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
756757
local explorer = core.get_explorer()
757758
if explorer then
758759
explorer.renderer:draw()

0 commit comments

Comments
 (0)