svermeulen / vim-easyclip

Simplified clipboard functionality for Vim
693 stars 21 forks source link

Regression due to "Use local links" commit fe7d6a5 #116

Closed maikelmeyers closed 5 years ago

maikelmeyers commented 6 years ago

Easyclip mappings are not loaded anymore in the following cases:

  1. start vim without opening a buffer, just to start writing

  2. open a file via Unite plugin.

Seams that BufReadPost is not triggered in this cases.

svermeulen commented 6 years ago

Can you try again with current master? It might be fixed now.