-1

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
Katsu
  • 1,868
  • 4
  • 19
  • 28

1 Answers1

1

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

Ingo Karkat
  • 167,457
  • 16
  • 250
  • 324
  • Thank you. I installed 7.4 and no error displaied. Other issue: Omnisharp still seems not installed because Omni Command are not known. If you have an idea else I will post a new question. – Katsu Jun 26 '14 at 11:09
  • Please post separate questions to avoid lengthy discussions. – Ingo Karkat Jun 26 '14 at 11:22
  • Ok done: http://stackoverflow.com/questions/24429994/omnisharp-command-not-recognized – Katsu Jun 26 '14 at 12:01