guillermooo/Vintageous

Cursor position incorrect after `de`

Opened this issue · 0 comments

Given a file containing: one [t]wo three (with the square brackets representing the cursor position) if you press de it deletes to the end of the word but the cursor ends up in the wrong place.

Expected:

one [ ]three

Actual:

one  [t]hree