Browse Source

Changed default syntax folding method.

Drew 12 years ago
parent
commit
3063ff47d0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vimrc

+ 1 - 1
vimrc

@@ -26,7 +26,7 @@ set smartindent
 
 " Code Folding
 set nofoldenable
-set foldmethod=syntax
+set foldmethod=indent
 set foldnestmax=10
 set viewoptions=cursor,folds,slash,unix
 " let g:skipview_files = ['*\.vim']