mirror of https://github.com/helix-editor/helix
Fix command-mode completion behavior when input is escaped
If `a\ b.txt` were a local file, `:o a\ <tab>` would fill the prompt with `:o aa\ b.txt` because the replacement range was calculated using the shellwords-parsed part. Escaping the part before calculating its length fixes this edge-case.pull/4626/head
parent
3d283b2ca4
commit
140df92d79
Loading…
Reference in New Issue