Skip to content
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

filename autocompletion doesnt work right with filenames containing a space #4499

Closed
ZWRh3 opened this issue Oct 28, 2022 · 3 comments
Closed
Labels
C-bug Category: This is a bug R-duplicate Duplicated issue: please refer to the linked issue

Comments

@ZWRh3
Copy link

ZWRh3 commented Oct 28, 2022

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

  1. hx
  2. :open (just enter the command in dont run it)
  3. 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

Helix log

N/A this bug doesnt even touch the the log

Platform

windows

Terminal Emulator

cmd

Helix Version

helix 22.08 (ee94031)

@ZWRh3 ZWRh3 added the C-bug Category: This is a bug label Oct 28, 2022
@Ordoviz
Copy link
Contributor

Ordoviz commented Oct 28, 2022

duplicate of #4266?

@ZWRh3
Copy link
Author

ZWRh3 commented Oct 28, 2022

likely but unsure

@the-mikedavis
Copy link
Member

Duplicate of #4266

@the-mikedavis the-mikedavis marked this as a duplicate of #4266 Oct 28, 2022
@the-mikedavis the-mikedavis closed this as not planned Won't fix, can't repro, duplicate, stale Oct 28, 2022
@the-mikedavis the-mikedavis added the R-duplicate Duplicated issue: please refer to the linked issue label Oct 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug R-duplicate Duplicated issue: please refer to the linked issue
Projects
None yet
Development

No branches or pull requests

3 participants