jdonaldson/vaxe

Error While Dumping

Closed this issue · 6 comments

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

Yep, I've the same issues as you. But I don't know where it comes from.

It is coming from this line. Basically, renaming this variable to something more specific will solve it. Here is explanation from neovim issue tracker.

Oh ok, I'll come up with a different proxy then.

Try updating and see if this change helps : d979264

It seems to work for me just fine.

Awesome, for me it is now working perfectly 😄

I'm claiming victory then, thanks for pinpointing the issue.