Join all lines between pattern A and B.
Here's how it works:
To lump all the lines, starting from a line matching patternA to a line matching patternB into one, use
:g/patternA/,/patternB/j