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
To reproduce
foo_bar
markdown
foo bar
repro.lua
nvim -u repro.lua
:Yazi
:buffers
/path/to/foo
Edit: the actual :buffers list with foo bar directory:
1 %a "/tmp/foo" line 1 3 "bar/1.md" line 0 4 "bar/2.md" line 0 5 "bar/3.md" line 0 6 "bar/4.md" line 0
The text was updated successfully, but these errors were encountered:
fix: opening multiple files in a directory with spaces
2928e0c
Closes #346
This is indeed a bug, thanks for reporting.
It should be fixed with the PR linked above - can you try that out?
Sorry, something went wrong.
fix: opening multiple files in a directory with spaces (#347)
f7be6c1
All good after updating to f7be6c1 👍
Thank you!
Successfully merging a pull request may close this issue.
To reproduce
foo_bar
with two or more let's saymarkdown
files with some content in themfoo_bar
directory and rename it tofoo bar
repro.lua
nvim -u repro.lua
:Yazi
, go tofoo_bar
directory firstfoo bar
directory this time:buffers
is/path/to/foo
(shouldn't be listed sincefoo bar
is the directory, not a file)Edit: the actual
:buffers
list withfoo bar
directory:The text was updated successfully, but these errors were encountered: