Fold on syntax in vim

pull/2/head
Bodaniel Jeanes 2011-11-23 16:55:26 -06:00
parent 78200437de
commit a9bce59ab1
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ syntax on
" Folding
set foldenable " Turn on folding
set foldmethod=marker " Fold on the marker
set foldmethod=syntax " Fold on the marker
set foldlevel=100 " Don't autofold anything (but I can still fold manually)
set foldopen=block,hor,mark,percent,quickfix,tag " what movements open folds