-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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 not open second file with space in filename #2252
Comments
Wrapping the file name in quotes ("hello world.md") or using a backslash before the space to escape it (hello\ world.md) only open the intended file. I think it would make sense to have the file auto-complete insert the backslash version when completing. |
Ah you caught me, I was using I just gave it a try with |
Probably the easiest way to fix this is:
|
#1231 is not a fix for this issue, but seems related. |
Fixed by #4316 |
Summary
After
:vs
one can correctly select files with a space in the filename with the cursor.Instead of opening that file,
hx
splits the selection wrongly using a space delimiter and tries to open the words individually.Reproduction Steps
I tried this:
hx
:vs hello world.md
I expected this to happen:
The file
hello world.md
opens.Instead, this happened:
hx
tries to openhello
undworld.md
.Helix log
~/.cache/helix/helix.log
Platform
Linux Debian 11
Terminal Emulator
xfce4-terminal
Helix Version
helix 22.05-dev (a8cb466)
The text was updated successfully, but these errors were encountered: