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
Now, I want to wrap that value in a function call (e.g., encodeUriComponent()… so I press i and enter insert mode and start typing the function name. en…
So far, so good. I see the auto-completions appear and so I go to select the one I want:
However, instead of getting encodeUriComponent|value, I get encodeUriComponen|t and my code is corrupted.
Summary
Auto-complete can corrupt code.
Reproduction Steps
Say I’m returning a value:
Now, I want to wrap that value in a function call (e.g.,
encodeUriComponent()
… so I press i and enter insert mode and start typing the function name. en…So far, so good. I see the auto-completions appear and so I go to select the one I want:
However, instead of getting
encodeUriComponent|value
, I getencodeUriComponen|t
and my code is corrupted.(| = cursor)
Helix log
n/a
Platform
Linux (Fedora Silverblue 37)
Terminal Emulator
Black Box
Helix Version
helix 22.12 (0f2ae35)
The text was updated successfully, but these errors were encountered: