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
Use virtualedit to simplify inserting buffer edits
Previously we used a clumsy hack to handle inserting buffer changes from
the server at the end of a line. However there were cases where this
still wasn't working correctly.
This change temporarily sets virtualedit=all for the buffer, which
simplifies the code and removes the hack.
0 commit comments