hello,
I found a problem about cc.
here are the test codes.
#include <iostream>
using namespace std;
void fu(int aa, int bb)
{
if(|)
}
int main()
{
cout << "Hello world!" << endl;
return 0;
}
in the | position (notice there is nothing between "(" and "aa"),if you type aa,cc get nothing.
but there is a whitespace between them ,cc worked.
see my attachment.
patch is expected.
[attachment deleted by admin]