elihunter173 / dirbuf.nvim

A file manager for Neovim which lets you edit your filesystem like you edit text
GNU Affero General Public License v3.0
423 stars 7 forks source link

Unclear behavior with symlinked dirs #60

Open aerosol opened 1 year ago

aerosol commented 1 year ago

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 commented 10 months ago

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