0
Hello, I’m having a simple problem at VIM that I just noticed. When trying to select a block of content to crop (using x or d in view mode), and later try to paste into an external file using p key I noticed that the content I cut is not coming whole... I tried to copy 65 lines and only 56 lines came when I pasted.
The only settings in my . vimrc are:
1 set tabstop=2 2 set expandtab sw=2 ai
Does anyone know what might be going on? By default, VIM has some limitation on the size of the selected content to be manipulated?
I tried on my machine (linux) with 500000 lines with no problem... (when you copy inside the same file works well? How are you doing to "paste" into the external file?)
– JJoao