when there are camel humps, match only them with word starts

This commit is contained in:
peter
2012-07-27 17:07:39 +02:00
parent 06c77e01c6
commit 56565a1802
3 changed files with 28 additions and 9 deletions
@@ -1,6 +1,8 @@
import java.io.File;
public class Foo {
void foo(boolean flag) {
if ('\\' == File.separach<caret>)
if ('\\' == File.separaCh<caret>)
System.out.println();
}
}