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
After navigating to second single quote, typing me and pressing down button, path is autocompleted to this a = open('some_dir\/') instead of a = open('some_dir/')
Reproduction Steps
I tried this:
Recreate folder structure mentioned above
helix test.py
Type me after so
Press down button to autocomplete path
I expected this to happen: a = open('some_dir\/')
Instead, this happened: a = open('some_dir/')
Helix log
~/.cache/helix/helix.log
please provide a copy of `~/.cache/helix/helix.log` here if possible, you may need to redact some of the lines
Platform
Linux
Terminal Emulator
Prompt a79a6c
Installation Method
arch package
Helix Version
23.10
The text was updated successfully, but these errors were encountered:
Summary
I have this folder structure:
content of
test.py
:After navigating to second single quote, typing
me
and pressing down button, path is autocompleted to thisa = open('some_dir\/')
instead ofa = open('some_dir/')
Reproduction Steps
I tried this:
helix test.py
me
afterso
I expected this to happen:
a = open('some_dir\/')
Instead, this happened:
a = open('some_dir/')
Helix log
~/.cache/helix/helix.log
Platform
Linux
Terminal Emulator
Prompt a79a6c
Installation Method
arch package
Helix Version
23.10
The text was updated successfully, but these errors were encountered: