Reputation: 1958
I have installed omnisharp after spf13. I copied/paste script example vimrc to my .vimrc.local
.
After launching vim I get the following error:
Error detected while processing C:\Users\...\_vimrc:
line 59:
E216: No such group or event: TextChanged,InsertLeave *.cs SyntasticCheck
Upvotes: -1
Views: 468
Reputation: 172570
The TextChanged
event is a fairly recent addition. You need Vim 7.4 for it, or a Vim 7.3.882 (approximately) or later.
Upvotes: 1