Re: Saving Viminfo?

2019-01-10 Thread Tony Mechelynck
On Thu, Jan 10, 2019 at 3:03 PM Ven Tadipatri wrote: > > Hi, > I found that when I yanked a large number of lines, exited vim and > tried pasting, only the first 50 lines were pasted. I was able to set > the viminfo variable: viminfo='100,<600,s10,h , then yank the lines, > and it worked.

Re: Saving Viminfo?

2019-01-10 Thread Gary Johnson
On 2019-01-10, Ven Tadipatri wrote: > Hi, > I found that when I yanked a large number of lines, exited vim and > tried pasting, only the first 50 lines were pasted. I was able to set > the viminfo variable: viminfo='100,<600,s10,h , then yank the lines, > and it worked. However, I don't want to

Placing fold markers above comments above declarations

2019-01-10 Thread BPJ
I have a perl file with several instances of a variable number of comment lines, followed by a subroutine or variable declaration in the leftmost column with a comment with a fold marker on the same line as the declaration: # comment here # maybe more comment here sub subname { #{{{1 ...

Saving Viminfo?

2019-01-10 Thread Ven Tadipatri
Hi, I found that when I yanked a large number of lines, exited vim and tried pasting, only the first 50 lines were pasted. I was able to set the viminfo variable: viminfo='100,<600,s10,h , then yank the lines, and it worked. However, I don't want to keep setting the viminfo variable every time I