-
Notifications
You must be signed in to change notification settings - Fork 10
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
1.5.0.0 and spaces in filename #17
Comments
Can you please explain what exactly does not work? Can you please download and try it again from the release https://github.com/oleg-shilo/shell-x/releases/tag/v1.5.0.0? If it does not work then please provide explanations on how to reproduce it. |
Use shell-x on any file with spaces in the name. |
Perhaps you are not understanding because you are thinking I'm having a nuanced and / or complex problem. It's as simple and as basic as this: a filename containing spaces needs to be escaped.
It appears that |
😄 No, I understand what you are experiencing. You described the symptoms well. But I need to understand how you trigger this behaviour so I can understand where the handling of spaces needs to happen. So I need to be able to reproduce this problem. Your very last post gave me enough info and now I can reproduce it. All good. |
Done. I have made a pre-release for you to test. If the fix works, I will publish it right away. |
Done, published on Choco |
I'm mostly sure this worked in the last release. Now I can't seem to find any escape sequence that works at all. Currently I have just one shell-x entry:
[any]
02.Edit in gVim.cmd
gvim %*
Is there a way to properly escape this, or is this a regression?
Thanks
The text was updated successfully, but these errors were encountered: