increased register size limit for vim
[feisty_meow.git] / infobase / configuration / vim / dot.vimrc
index f8fe7a21b8acfbc50beb83099c2b3b4dc8d4d895..550e546eb4235855b11d0716458e989913a6afbf 100644 (file)
@@ -2,13 +2,13 @@
 " this file is an example .vimrc for the vim editor.  it should be in your home directory.
 "
 " also, this config uses the elflord color scheme.  this may require installing the full
-" vim package, e.g.: sudo apt-get install vim
+" vim package, e.g.: sudo apt install vim
 
 " cranks up the register saved buffer size to 1000 lines, since otherwise the cut buffer will only
 " 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