We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
this doesn't reproduce for me 🤔, #53 however (which is quite similar) does
Sorry, something went wrong.
No branches or pull requests
Hello, first of all thanks for dirbuf, it's wonderful.
I'm running into a small issue. Steps to reproduce:
The text was updated successfully, but these errors were encountered: