Comment 1 for bug 402224

Revision history for this message
Michael Tsang (miklcct) wrote : Re: [Bug 402224] Re: c highlighter fails in token */*

On Friday 07 May 2010 06:28:14 you wrote:
> ** Changed in: vim (Ubuntu)
> Status: New => Incomplete

Here is a test code:

#include <stdio.h>
int main(void) {
 printf("%d\n", 3*/* a comment */5);
 return 0;
}