OrangeT / vim-csharp

Enhancement's to Vim's C-Sharp Functionality
117 stars 39 forks source link

Causes issues with OmniSharpHighlightTypes #34

Closed ghost closed 8 years ago

ghost commented 8 years ago

When Omnisharp is installed, vim-csharp causes the following to be printed:

"Desktop/Space Invaders/Assets/Scripts/Behaviour Scripts/PlayerMovement.cs" 76L, 1916C
:!mono '/Users/eshan/.vim/bundle/omnisharp-vim/server/OmniSharp/bin/Debug/OmniSharp.exe' -p 2000 -s '/Users/eshan/Desktop/Space Invaders/Space Invaders.sln' (h
eadless/3424)
Unable to find csc.exe

Specifically, the Unable to find... part. But everything still works fine, until you issue :OmniSharpHighlightTypes. It doesn't work. It only works after a few tries. I can confirm this is a vim-csharp issue, since as soon as removed the vim-csharp folder from my ~/.vim/bundle, both issues stopped.

See here for the full disclousure.