t / t4018 / cpp-class-constructor-mem-initon commit userdiff: have 'cpp' hunk header pattern catch more C++ anchor points (8a2e8da)
   1Item::Item(int RIGHT) :
   2        member(0)
   3{
   4        ChangeMe;
   5}