bfredl / nvim-miniyank

killring-alike plugin for neovim and vim 8 with no default mappings
MIT License
233 stars 15 forks source link

Breaks clipboard integration #1

Closed mikekreeki closed 8 years ago

mikekreeki commented 8 years ago

nvim-miniyank breaks system clipboard integration set up with set clipboard=unnamed,unnamedplus. Many users have this set up. Any ideas whether this is easily fixable?

Thanks, cool plugin anyway.

bfredl commented 8 years ago

Yes, the fix is neovim/neovim#5042. Thanks for reporting!

bfredl commented 8 years ago

fixed in neovim master.