Preserve backslash in expansion #803
knownothingbozo
started this conversation in
General
Replies: 1 comment
-
@knownothingbozo Can you provide a test case? I'm not able to reproduce this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I found it kinda annoying that the expansion of a file name with a space removed the backslash. Removing the "Q" flag in the compadd call on line 134 of Functions/Init/.autocomplete__compinit resolved the issue. I don't know if this breaks anything. I just wanted to share in case someone might find it helpful.
zsh-autocomplete/Functions/Init/.autocomplete__compinit
Line 134 in 77a4f9c
Beta Was this translation helpful? Give feedback.
All reactions