c.vim
c.vim copied to clipboard
function return type on a separate line is not recognized
Something like this:
int
foo()
{
}
The "int" is not highlighted. I'm not sure how to handle it.