]> git.rmz.io Git - dotfiles.git/blob - vim/ftplugin/cpp.vim
vim: check for file modifications automatically
[dotfiles.git] / vim / ftplugin / cpp.vim
1 setlocal foldmethod=syntax
2
3 augroup fswitch
4 au BufEnter *.h let b:fswitchdst = 'cpp,c'
5 au BufEnter *.h let b:fswitchlocs = 'reg:/include/source/'
6 augroup END