svermeulen / vim-easyclip

Simplified clipboard functionality for Vim
693 stars 21 forks source link

No swap with vim-pasta #16

Closed onemanstartup closed 10 years ago

onemanstartup commented 10 years ago

https://github.com/sickill/vim-pasta remaps p and P, and with this remap vim-easyclip can't detect that paste was done so swapping is unavailable. Can this work together somehow?

svermeulen commented 10 years ago

Did you try just setting g:EasyClipAutoFormat to 1 in your .vimrc? Is there something vim-pasta is doing that isn't addressed by g:EasyClipAutoFormat ?

onemanstartup commented 10 years ago

Yes i set EasyClipAutoFormat to 1. It seems vim-pasta doing the same, so i will ditch vim-pasta. Sadly vim-pasta working faster when pasting. (i noticed when compare two plugins) Anyway, thanks.

svermeulen commented 10 years ago

Yeah I've noticed that too. I just created an issue for it (https://github.com/svermeulen/vim-easyclip/issues/17) so I'll look into that at some point. Maybe vim-pasta is doing something more intelligent