.vim/ftplugin/cpp_hs12.vim
changeset 26 1bb2363eba47
parent 1 bc7458fa65e1
--- a/.vim/ftplugin/cpp_hs12.vim	Thu Oct 29 23:41:47 2015 +0100
+++ b/.vim/ftplugin/cpp_hs12.vim	Thu Nov 19 22:38:45 2015 +0100
@@ -1,6 +1,6 @@
 "nach ~/.vim/ftplugin/
 "
-set foldmethod=syntax
+set foldmethod=manual
 set equalprg=indent\ -kr
 
 nmap <C-G>f :call HS_format()<ENTER>