I was trying to copy 150 lines from a vim session to paste into another. My first thought was to go for
150Y
I did :q
, then vim (otherProgram).py
, and pressed 'p'. Only 50 lines copied over.
So I went back to my original document and did shift-v
and selected the lines I wanted then did y
, went to the other document, and did p
. It seemed that it did not copy over gracefully either, still only being 50 lines.
I'm starting to think that there is some default size for vim's copy buffer. I am using Mac OS X. Would there be any way to find out if there is some kind of default buffer size? Is there any way to change it?