dirbuf.nvim icon indicating copy to clipboard operation
dirbuf.nvim copied to clipboard

Unclear behavior with symlinked dirs

Open aerosol opened this issue 1 year ago • 1 comments

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

aerosol avatar Apr 12 '23 19:04 aerosol

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

robertgzr avatar Aug 18 '23 10:08 robertgzr