-
Notifications
You must be signed in to change notification settings - Fork 195
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
can't open file with parentheses in path #1237
Comments
Thanks for the issue! Have you tried playing with The 'mini.files' modules already tries to handle special characters in file names by using
And here is an excerpt from
As I understand it, the issue is that paths like "aaa(bbb)\ccc.jsx" are treated as "aaa(bbb)cc.jsx" due to using backslash as path separator. Could you try adding |
Ha, that worked! I was having trouble figuring out how that solution would be implemented. Thanks! |
Thanks for confirming! I don't have reliable access to Windows machine, so having this information is very useful. |
Contributing guidelines
Module(s)
mini.files
Description
I'm working through a Next.js tutorial and I found that when trying to access a file with parentheses in the path (a pattern used in Next.js) in mini.files, a blank buffer is shown. As far as I can tell, this may be the same as this and this. It's unclear to me if the issue was ever resolved in Neovim itself, but would this be something that could be dealt with on a case-by-case basis in mini.files?
Neovim version
0.10.1 (Windows)
Steps to reproduce
Expected behavior
A buffer should appear showing the contents of the file
Actual behavior
An empty buffer is shown
The text was updated successfully, but these errors were encountered: