roxma / vim-paste-easy

Automatically set paste for you
Other
99 stars 3 forks source link

plugin doesnt load on vim8 #8

Closed karmab closed 7 years ago

karmab commented 7 years ago

getting the following despite upgrading previously vim to 8.0

Error detected while processing /Users/kboumedh/.vim/bundle/vim-paste-easy/plugin/paste-easy.vim: line 4: E216: No such group or event: InsertCharPre * call char_inserted()

roxma commented 7 years ago

:help InsertCharPre

So this autocmd doesn't work on your vim8?

roxma commented 7 years ago

Closing due to inactivity.