From 676daccfe7505b23e6d9722c7e887851585cf585 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Thu, 17 Jun 2021 12:46:29 +0300 Subject: [PATCH] I assume default history size is acceptable --- vim/.vimrc | 1 - 1 file changed, 1 deletion(-) diff --git a/vim/.vimrc b/vim/.vimrc index 1a02b40..1b2060e 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -12,7 +12,6 @@ set mouse="" " if Vim is compiled with mouse support set viminfo-=h set viminfo+=f1,%,n~/secure/vim/info set viewdir=~/secure/vim/view -set history=128 set directory=~/secure/vim/tmp set undodir=~/secure/vim/undo set undofile -- 2.44.0