svermeulen / vim-easyclip

Simplified clipboard functionality for Vim
693 stars 21 forks source link

Yank should be non-repeatable by default #11

Open svermeulen opened 11 years ago

svermeulen commented 11 years ago

Reproduce by running a cw, confirm repeat works by using ., then yank something, then try . again, confirm that it does not run cw as you would expect

svermeulen commented 11 years ago

As far as I can tell it's impossible to make custom motions non-repeatable so this might never be fixed.

jsborjesson commented 9 years ago

This is actually working perfectly for me, though I'm using NeoVim. Not sure if this is a difference between Vim and NeoVim or if this has actually been fixed.

svermeulen commented 9 years ago

Interesting. I'm not on NeoVim yet and have verified that this issue still exists on my machine at least.

svermeulen commented 9 years ago

So easy clip works fine with NeoVim then?

jsborjesson commented 9 years ago

Then I guess it is something that has changed in NeoVim. I also haven't got clipboard=unnamed to work there, but it does work with Vim.

jsborjesson commented 9 years ago

In general, yes.

svermeulen commented 5 years ago

This is fixed in nvim-yoink