drracket-vim-tool
drracket-vim-tool copied to clipboard
Pasting should move cursor to end of pasted text.
If I past text into vim, the cursor should move to the end of where the paste happened. Currently the cursor stays in the same place after pastes.
I haven't been able to reproduce this. Do you have an example?
It looks like this behavior is only broken when pasting something from visual line select.
If I write a line of text, copy it with yy, and then paste repeatedly with p, my cursor stays at the top line so it's pasting to the second line instead of the bottom of the text.