Browse Source

Don't open folds when jumping blocks

Andrew Swistak 8 years ago
parent
commit
28892a131d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      vimrc

+ 1 - 0
vimrc

@@ -22,6 +22,7 @@ set smarttab
 set smartindent
 
 " Code Folding
+set foldopen-=block
 set nofoldenable
 set foldmethod=indent
 set foldnestmax=10