Skip to content

vimdir cannot delete symlinks #4

@kissen

Description

@kissen

Deleting symlinks fails.

ats@chonk /tmp/demo $ ls
ats@chonk /tmp/demo $ touch a.txt 
ats@chonk /tmp/demo $ ln -s a.txt a.txt.link
ats@chonk /tmp/demo $ vimdir   # here we delete both a.txt and a.txt.link from the rule file
vimdir: error: No such file or directory (os error 2)
ats@chonk [1] /tmp/demo $ ls
a.txt.link

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions