felix icon indicating copy to clipboard operation
felix copied to clipboard

Cannot delete a file symlinked to a directory on Windows

Open RioNight opened this issue 1 year ago • 1 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.

RioNight avatar Jan 06 '24 00:01 RioNight

This should be fixed via https://github.com/kyoheiu/felix/commit/04b84264a89b5772abc165142f534d072ddf839d .

kyoheiu avatar Jan 27 '24 22:01 kyoheiu