Skip to content

Symlinks are not displayed when the target does not exist #1339

Description

@no-gravity

Steps to Reproduce the Issue

ln -s b a
vim .

Current Behavior

a is not displayed

Expected Result

a is displayed as "a -> b"

Not displaying it creates a few issues:

One does not know which files exist in the current dir. That makes it hard to reason about the directory structure if there are symlinks for which the targets only exist in the production environment for example.

Creating a file that collides with the name of a symlink will unexpectedly create a file where the symlink points to. So creating "a" could create "/some/file/somewhere".

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions