guillermooo / Vintageous

Vi/Vim emulation for Sublime Text 3
http://guillermooo.bitbucket.org/Vintageous/
Other
1.64k stars 115 forks source link

Cursor position incorrect after `de` #1104

Open jpotterm opened 6 years ago

jpotterm commented 6 years ago

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