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
if has("folding")
set foldenable
set foldmethod=manual
set foldlevelstart=99
set foldmethod=marker
"set foldlevelstart=99
endif
" Syntax when printing