From: Simon Ruderich Date: Wed, 13 May 2009 13:29:08 +0000 (+0200) Subject: vimrc: Use better comment for 'foldlevel'. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=b4238d2e6248b0b149d0c4357ee542b0d4ff3504;p=config%2Fdotfiles.git vimrc: Use better comment for 'foldlevel'. --- diff --git a/vimrc b/vimrc index 6ee530a..be322aa 100644 --- a/vimrc +++ b/vimrc @@ -71,7 +71,8 @@ set incsearch if has("folding") set foldmethod=syntax set foldcolumn=2 - set foldlevel=99 " no folding at default + set foldlevel=99 " no closed folds at default, 'foldenable' would disable + " folding which is not what I want endif " Only check for case if the searched word contains a capital character.