vsplit same buffer: unpredictable paste in insert mode
vbauerster opened this issue · 3 comments
vbauerster commented
I often edit the same buffer in vertical split. When I try to paste in insert mode CTRL+R, while in the right pane, the cursor jumps to left pane, and pasted word appears in random area.
Here I try to delete word del to paste()
Here my cursor in between parens: paste(|), while in insert mode I press CTRL+R+-
The result:
junegunn commented
Thanks for the report. I'll see what I can do.
junegunn commented
Pushed the fix. Please update and see if it helps. Thanks.
vbauerster commented
Indeed fixed! Thank you for your invaluable work!