aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-08 23:34:14 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-08 23:34:47 +1200
commitd56ce3f8759613423500b7f86107e4a13025f8b0 (patch)
treea5df08a0b80a89a71bb5022bd39940218cdb8ddb
parentAdd more literate comments to vimrc (diff)
downloaddotfiles-d56ce3f8759613423500b7f86107e4a13025f8b0.tar.gz
dotfiles-d56ce3f8759613423500b7f86107e4a13025f8b0.zip
Bump Vim 'history' to 10000, the maximum value
-rw-r--r--vim/vimrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/vim/vimrc b/vim/vimrc
index f49ea20d..c275e039 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -455,9 +455,10 @@ set hidden
" I don't think I'm ever likely to be in a situation where remembering several
" thousand Vim commands and search patterns is going to severely tax memory,
-" let alone hard disk space.
+" let alone hard disk space. The maximum value for this option is documented
+" as 10000, so let's just use that.
"
-set history=2000
+set history=10000
" Do highlight completed searches, but clear them away on vimrc reload. Later
" on in this file, CTRL-L in normal mode is remapped to stack on a :nohlsearch