junegunn / vim-peekaboo

:eyes: " / @ / CTRL-R
1.13k stars 39 forks source link

Breaks the repeat/dot command (e.g. with `ciw<C-r>a`) #30

Open blueyed opened 9 years ago

blueyed commented 9 years ago

A command like ciw<C-r>a cannot be repeated with the . (dot) command.

It behaves like i<C-r>a<Esc>.

This might get fixed by using https://github.com/tpope/vim-repeat?!

junegunn commented 9 years ago

Thanks for the report. Geez, this is probably another case where feedkeys breaks stuff. I'll try with vim-repeat when I get some time.

saliola commented 9 years ago

Hello @junegunn. I left a detailed message in justinmk/vim-sneak/issues/150 about a problem I am experiencing with both vim-peekaboo and vim-sneak installed (and vim-repeat). Let me know if you need any more information from me.

junegunn commented 8 years ago

I haven't found a way to fix this yet. Honestly, I'm not even sure if it's possible to fix it.

A workaround for the bug in this particular case is to use plugins like ReplaceWithRegister.

e.g. "agriw