be prepared to middle matching with one char prefix

This commit is contained in:
peter
2012-08-28 16:24:51 +02:00
parent b6f42f0385
commit f412b09ef8
24 changed files with 53 additions and 100 deletions
@@ -5,6 +5,6 @@ class A{
{
int aaa = 0;
foo(a<caret>
foo(aa<caret>
}
}