Append one range of lines to the end of another range of lines
- by Dave Tapley
Here is an example buffer in vim:
foo
bar
pip
one
two
three
And here is what I would like to produce:
fooone
bartwo
pipthree
Ideally by specifying the two ranges of line numbers, but a sequence of commands would also be great.