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
With any current setup, trigger a completion that contains a textEdit that contains a newline in it. For example, this is what the completion option coming in would look like:
@ckipp01 is this still an issue? We fixed some things around new text insertion. I can't repro your original example as I don't know the snippet/lsp completion that would generate this.
nvim --version
: NVIM v0.5.0-fc98f2d$TERM
: fishSteps to reproduce
With any current setup, trigger a completion that contains a
textEdit
that contains a newline in it. For example, this is what the completion option coming in would look like:Notice that the
newText
has multiple\n
in it.Actual behaviour
This
newText
ends up being inserted like below:Expected behaviour
I would expect the newlines to be taken into account and to see the following:
The text was updated successfully, but these errors were encountered: