lambdalisue / vim-fern

🌿 General purpose asynchronous tree viewer written in Pure Vim script
MIT License
1.29k stars 49 forks source link

Old entry does not clear when renaming expanded directory. #103

Closed hrsh7th closed 4 years ago

hrsh7th commented 4 years ago

Thank you for provided the very high-quality drawer plugin.

I met the problem when renaming expanded directory. The problem is that fern.vim does not clear old directory when renaming an expanded directory.

The repro steps are following.

  1. Open fern buffer by Fern % -drawer
  2. Create directory (e.g. test)
  3. Expand tree
  4. Rename the directory test to testaiueo.

In this case, the fern.vim does not clear test directory.

lambdalisue commented 4 years ago

Reproduced. Thanks