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
@@ -3,7 +3,7 @@ public class Bar {
{
int a = 1;
Object java;
java.e<caret>
java.eq<caret>
a = 2;
}