From 3d666fce36e8f1cc6febe5b376306164e15b9a3c Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Tue, 22 Nov 2016 17:46:58 +0100 Subject: [PATCH] use saner value for default fold levels --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 7990ef2..c86d93b 100644 --- a/vimrc +++ b/vimrc @@ -155,7 +155,7 @@ set spelllang=en,de " Open all folds initially set foldmethod=indent -set foldlevelstart=99 +set foldlevelstart=10 " Writes to the unnamed register also writes to the * and + registers. This " makes it easy to interact with the system clipboard