projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29459d4
)
increased register size limit for vim
author
Chris Koeritz
<fred@gruntose.com>
Wed, 31 Oct 2018 18:06:57 +0000
(14:06 -0400)
committer
Chris Koeritz
<fred@gruntose.com>
Wed, 31 Oct 2018 18:06:57 +0000
(14:06 -0400)
infobase/configuration/vim/dot.vimrc
patch
|
blob
|
history
diff --git
a/infobase/configuration/vim/dot.vimrc
b/infobase/configuration/vim/dot.vimrc
index 7e861cdf6e76aa7a6596877295a4b3ef6eee4c3b..550e546eb4235855b11d0716458e989913a6afbf 100644
(file)
--- 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,s10
0
,h
" tells vim not to make a backup of the file before editing it; this is living dangerously.
set nobk