.vim/ftplugin/cpp_hs12.vim
changeset 26 1bb2363eba47
parent 1 bc7458fa65e1
equal deleted inserted replaced
25:d22ae2e9efc2 26:1bb2363eba47
     1 "nach ~/.vim/ftplugin/
     1 "nach ~/.vim/ftplugin/
     2 "
     2 "
     3 set foldmethod=syntax
     3 set foldmethod=manual
     4 set equalprg=indent\ -kr
     4 set equalprg=indent\ -kr
     5 
     5 
     6 nmap <C-G>f :call HS_format()<ENTER>
     6 nmap <C-G>f :call HS_format()<ENTER>
     7 
     7 
     8 command! Tidy :call HS_format()
     8 command! Tidy :call HS_format()