X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/7766518825040eacb1c168c3bb004d22d2d73f30..ce04c694f566c533d93693cb8ea5524609cb5ff3:/vim/ftplugin/cpp.vim diff --git a/vim/ftplugin/cpp.vim b/vim/ftplugin/cpp.vim index cb3d9bd..a12e2d4 100644 --- a/vim/ftplugin/cpp.vim +++ b/vim/ftplugin/cpp.vim @@ -14,7 +14,7 @@ setlocal cinkeys-=0# " don't reindent PP directives setlocal cinoptions+=:0 " don't indent case labels " Load the doxygen syntax -let g:load_doxygen_syntax=1 +let b:load_doxygen_syntax = 1 augroup fswitch au BufEnter *.h let b:fswitchdst = 'cpp,c'