Please support language C

Hi,
I’d like to see C support for the Windows plattform. Any news if and when this will be supported?

Best,
Christian

This is already available via the MSVC compiler integrated into the Visual Studio 2017 Build Tools (which is preinstalled on the Windows VM). This compiler supports both C++ and C (should be C99-ish).

It’s being successfully used here: https://travis-ci.com/kryptoslogic/haxm/jobs/159645300/config. See:

"language": "c"

Also related: C++ Support on Windows

PS: Unless a different compiler was meant, this thread could be closed.

Well, it did not work for me and Travis told me exactly to request it here:
https://travis-ci.org/chrisbra/vim/jobs/442029324

Try restarting your build. It should work now, or at least you shouldn’t see that message (“The language ‘c’ is currently unsupported”) anymore.