Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unclear behavior with symlinked dirs #60

Open
aerosol opened this issue Apr 12, 2023 · 1 comment
Open

Unclear behavior with symlinked dirs #60

aerosol opened this issue Apr 12, 2023 · 1 comment

Comments

@aerosol
Copy link

aerosol commented Apr 12, 2023

Hello, first of all thanks for dirbuf, it's wonderful.
I'm running into a small issue. Steps to reproduce:

$ mkdir -p /tmp/dira/dirb/dirc
$ touch /tmp/dira/dirb/dirc/filea
$ ln -s /tmp/dira/dirb /tmp/linka
$ vim

:e /tmp/linka
<cr>    (enters `dirc`)
<cr>    (opens up `filea`)
-       (expected: open dirbuf in `dirc`, getting: empty buffer)

dirbuf

@robertgzr
Copy link

robertgzr commented Aug 18, 2023

this doesn't reproduce for me 🤔, #53 however (which is quite similar) does

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants