Sir Zooro - 2014-08-26

Update: I found that with block merging and splitting I can merge many such cases without copying/pasting code. However there is still one case which cannot be handled this way, and this function would be handy. It usually looks this way:

[contributor 1]
[tab]if (x > 0)

[contributor 2]
[4spaces]if (x > 0)

[contributor 3]
some_new_code();
[4spaces]if (x > 0 && y > 0)

BTW, this should be feature request instead of bug. Please change this if you can.