So I have a lot of lines to copy from one file (open in one instance of gvim) to another file (open in another instance of gvim) and I'm using ex commands. So I tried doing the usual
:0,164ya
and then going to the other file and doing
:pu
and I also tried
:+0,164ya
and then
:+pu
but neither worked. I also tried using p instead of pu. Anyone have any idea on how to do this?