Browse Source

Changed default syntax folding method.

Drew 12 năm trước cách đây
mục cha
commit
3063ff47d0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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']