Incorrect delete range after using mouse or cut or paste
This issue happened often enough that I need to create an issue here :/
Basically if clicking around positions, or cut something or paste something, the cursor is shown at the correct position, but if I do dd to delete a line, a wrong line would be deleted. I guess it's because the actual position is not updated to the current cursor after certain events, and might be easy to fix.
Bump on this one - still an issue happening quite frequently on the Xcode 11.7.
@pebble8888 any thoughts on this one? Seems there should be an easy way to fix this - probably not updating the internal cursor position often enough
If you can fix, PR is welcome.
Do you have any pointer where should I look at? Don't have any experience in this field :(