svermeulen/vim-easyclip

Regression due to "Use local links" commit fe7d6a5

maikelmeyers opened this issue · 1 comments

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.

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