From 9cc58f43f77f9c57add61845136f87bae2074530 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Wed, 31 Oct 2018 14:06:57 -0400 Subject: [PATCH] increased register size limit for vim --- infobase/configuration/vim/dot.vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1