From: Chris Koeritz Date: Wed, 31 Oct 2018 18:06:57 +0000 (-0400) Subject: increased register size limit for vim X-Git-Tag: 2.140.115^2~69 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=9cc58f43f77f9c57add61845136f87bae2074530 increased register size limit for vim --- diff --git a/infobase/configuration/vim/dot.vimrc b/infobase/configuration/vim/dot.vimrc index 7e861cdf..550e546e 100644 --- a/infobase/configuration/vim/dot.vimrc +++ b/infobase/configuration/vim/dot.vimrc @@ -8,7 +8,7 @@ " preserve the default 50 lines for a paste to another file. this makes all registers go up to " this size though, so if you save to a lot of different ones, you will use more space in your " viminfo file. -set viminfo='100,<1000,s10,h +set viminfo='100,<1000,s100,h " tells vim not to make a backup of the file before editing it; this is living dangerously. set nobk