From 9da511779d98cce9ab284e876497c9713f9da5d8 Mon Sep 17 00:00:00 2001 From: short <> Date: Wed, 30 Nov 2005 04:16:17 +0000 Subject: [PATCH] +set nofoldenable --- .vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc b/.vimrc index 48b9a83..c05e1a5 100644 --- a/.vimrc +++ b/.vimrc @@ -61,6 +61,7 @@ set exrc set nostartofline set nohlsearch set noincsearch +set nofoldenable set fo=tcq1 set viminfo='100,\"1000,:100,/40 " FIXME: Learn how to do :tag instead of :tselect with :cstag (used by :tag and CTRL-] if set cst) -- 1.8.3.1