svermeulen / vim-easyclip

Simplified clipboard functionality for Vim
689 stars 21 forks source link

D still overwrites the yank register #83

Closed Skyfold closed 8 years ago

Skyfold commented 8 years ago

although d writes to the black hole register, D still overwrites ""

svermeulen commented 8 years ago

D writes to the black hole register correctly on my machine.

I just tested this by using vanilla vim + easyclip + repeat.vim. Can you confirm this by trying it with vanilla vim as well? (To ensure it's not a conflict with another plugin)

Skyfold commented 8 years ago

I should have tested this using vanilla vim + easyclip. My sincere apologies.

I will try and see if I can figure out what was the conflicting plugin.

svermeulen commented 8 years ago

No problem