--- 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>