vimomnicompletespf13vim

OmniSharp Error E216


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

Solution

  • The TextChanged event is a fairly recent addition. You need Vim 7.4 for it, or a Vim 7.3.882 (approximately) or later.