Folding by markers is okay to use

This commit is contained in:
Hunter Haugen 2010-05-03 19:59:49 -07:00
parent 61c6a2fab2
commit d401703239

4
.vimrc
View file

@ -145,8 +145,8 @@ inoremap # X<BS>#
" Enable folds " Enable folds
if has("folding") if has("folding")
set foldenable set foldenable
set foldmethod=manual set foldmethod=marker
set foldlevelstart=99 "set foldlevelstart=99
endif endif
" Syntax when printing " Syntax when printing