Explorar o código

Don't open folds when jumping blocks

Andrew Swistak %!s(int64=8) %!d(string=hai) anos
pai
achega
d656cf282b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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