-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
:cd not working on Windows with v0.6 #1439
Comments
Unfortunately, I can't build on a Windows computer: our office Rust version is too old and I use Linux at home. I'll see if I can get our tool-chain updated. |
@kirawi You are on Windows right? Can you try to narrow it down? |
I'm not sure if it's the same issue, but trying to |
It seems like it wants to escape the backslash, so |
I thought the fix for #1389 was odd, rather than converting Windows backslashes to slashes, it should patch the shellwords handling to work with backslashes if |
Yep, I can do that since I worked with shellwords' source for another project. |
We don't import shellwords, we have our own implementation. |
An easy quickfix for the time being would be revert #1389 and conditionally use |
Yeah but that was present previously before, I just reverted back to the old behavior. Fixed now in 3e4f815 |
Still getting this error if the path contains spaces. |
I will work on this. |
Reproduction steps
hx
in the command promptThe expected behavior (release v0.5) is:
Environment
hx -V
prints "helix")~/.cache/helix/helix.log
(C:\Users\lsimons\AppData\Local\helix is empty)The text was updated successfully, but these errors were encountered: