You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I close the parent node with backspace, the tree does not redraw, so the parent node still appears as opened. It updates when another action triggers the redraw, but until then the tree rendered is out of sync with the actual state.
This seems to be happening after this commit 3 days ago, where this line is evaluating to nil.
nvim-tree.mp4
What you are seeing in the video:
I open the plugin directory
I close it with the 'close parent node' mapping. The tree looks the same, but you can see the cursor position change.
Description
When I close the parent node with backspace, the tree does not redraw, so the parent node still appears as opened. It updates when another action triggers the redraw, but until then the tree rendered is out of sync with the actual state.
This seems to be happening after this commit 3 days ago, where this line is evaluating to
nil
.nvim-tree.mp4
What you are seeing in the video:
plugin
directoryplugin
directory closes.Neovim version
Operating system and version
Arch linux - Linux 6.6.52-1-lts x86_64
Windows variant
No response
nvim-tree version
8405ecf
Clean room replication
Steps to reproduce
Expected behavior
Tree should redraw after closing parent node
Actual behavior
Tree is not redrawing
The text was updated successfully, but these errors were encountered: