zgpio / tree.nvim

Neovim file-explorer powered by C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

If renaming to another directory, the redrawing is not accurate

litao91 opened this issue · comments

For example,

If we rename from /tmp/a/b to /tmp/b, the tree's buffer won't change.

We either need to redraw the current tree and the target tree or simply redraw the entire tree.

commented

Thanks for your use and feedback, temporary fix in c34c166: refresh the tree buffer directly.