vim-easymotion icon indicating copy to clipboard operation
vim-easymotion copied to clipboard

easymotion-overwin-w messes up change list

Open ri-aje opened this issue 5 years ago • 2 comments

every time I use easy motion jump on words, i.e., easymotion-overwin-w, I see additional items appear on top of my change list, which then interferes with `. jumping back to last change. this happens even if I just invoke the interface without actually making any jumps. per my test, it's only a problem with word jump, other easy motion jumps I use work just fine. closest issue I found in history is https://github.com/easymotion/vim-easymotion/issues/114. can you repro and fix it? thanks.

ri-aje avatar May 20 '19 01:05 ri-aje

my debugging showed this setline call messed up the change list, which makes sense, since that's essentially editing the text. any chance to fix it? other jumps (e.g., easymotion-overwin-f2 and easymotion-sn) work just fine with highlighting and user prompts, so that seems doable.

ri-aje avatar May 20 '19 23:05 ri-aje

hi @haya14busa, can you take a look at this issue? it's pretty annoying as it messed up the change list and my git blame showed you added that line. thanks.

ri-aje avatar Jun 22 '19 17:06 ri-aje