-
-
Notifications
You must be signed in to change notification settings - Fork 88
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
Error on :edit a/b/c
when parent dir (a/b
) doesn't exist
#404
Comments
This is caused by the rustaceanvim/lua/rustaceanvim/cargo.lua Lines 54 to 60 in b5d6ac5
I believe the |
Hey 👋 Thanks for the report and investigation. 🙏 |
Have you read the docs and searched existing issues?
Neovim version (nvim -v)
0.10
Operating system/version
macOS 14.2.1
Output of :checkhealth rustaceanvim
n/a
How to reproduce the issue
Run
:e src/dir/file.rs
where./src
exists but./src/dir
does not.Expected behaviour
No error.
Actual behaviour
The plugin errors:
The minimal config used to reproduce this issue.
n/a
The text was updated successfully, but these errors were encountered: