You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
autocompletion of filenames containing a space makes it get read as 2 or more arguments
Reproduction Steps
I tried this:
create a file named lorem ipsum.txt
hx
:open (just enter the command in dont run it)
then try to use autocompletion for the file lorem ipsum.txt
I expected this to happen:
being properly autocompleted
Instead, this happened:
autocompletion didnt account for the space and causes it to get treated as 2 different args lorem and ipsum.txt
Summary
autocompletion of filenames containing a space makes it get read as 2 or more arguments
Reproduction Steps
I tried this:
create a file named
lorem ipsum.txt
hx
lorem ipsum.txt
I expected this to happen:
being properly autocompleted
Instead, this happened:
autocompletion didnt account for the space and causes it to get treated as 2 different args
lorem
andipsum.txt
Helix log
N/A this bug doesnt even touch the the log
Platform
windows
Terminal Emulator
cmd
Helix Version
helix 22.08 (ee94031)
The text was updated successfully, but these errors were encountered: