Error While Dumping
justinmc opened this issue · 6 comments
justinmc commented
I'm getting an error every time I try to quit vim after installing the plugin on neovim via vim-plug:
E951: Error while dumping variable g:C, itself: attempt to dump function reference
E574: Failed to write variable C
DocWinter commented
Yep, I've the same issues as you. But I don't know where it comes from.
deathbeam commented
It is coming from this line. Basically, renaming this variable to something more specific will solve it. Here is explanation from neovim issue tracker.
jdonaldson commented
Oh ok, I'll come up with a different proxy then.
jdonaldson commented
Try updating and see if this change helps : d979264
It seems to work for me just fine.
deathbeam commented
Awesome, for me it is now working perfectly 😄
jdonaldson commented
I'm claiming victory then, thanks for pinpointing the issue.