kyoheiu / felix

tui file manager with vim-like key mapping

Home Page:https://kyoheiu.dev/felix/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot delete a file symlinked to a directory on Windows

RioNight opened this issue · comments

This is probably related to #267. The directory structure is similar.

When deleting a file that is a symlink, with Vd, this error appears:
image

Deleting a file that is symlinked is fine however. However, undoing it with u makes that file a normal file, not a symlink to the original file.

This should be fixed via 04b8426 .