'vim: paste block next to block

I got this

        ______0______
       /             \
    __7__           __3__
   /     \         /     \
  0       4       9       8
 / \     / \     / \     / \
7   7   0   4   6   0   3   2

      ______another______
     /                   \
  __block__           __just__
 /         \         /        \
aside      the     first      one

I'd like that

        ______0______                  ______another______
       /             \                /                   \
    __7__           __3__          __block__           __just__
   /     \         /     \        /         \         /        \
  0       4       9       8      aside      the     first      one
 / \     / \     / \     / \    
7   7   0   4   6   0   3   2  

Is there kind of "mutliline block" copy/cut and paste in vim ?

vim


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source