From d56ce3f8759613423500b7f86107e4a13025f8b0 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 8 Jun 2019 23:34:14 +1200 Subject: Bump Vim 'history' to 10000, the maximum value --- vim/vimrc | 5 +++-- 1 file 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 -- cgit v1.2.3