From 7766518825040eacb1c168c3bb004d22d2d73f30 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Thu, 27 Aug 2015 01:58:33 +0100 Subject: [PATCH] vim/cpp: load doxygen syntax --- vim/ftplugin/cpp.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vim/ftplugin/cpp.vim b/vim/ftplugin/cpp.vim index 534eb78..cb3d9bd 100644 --- a/vim/ftplugin/cpp.vim +++ b/vim/ftplugin/cpp.vim @@ -13,6 +13,9 @@ setlocal autoindent 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 + augroup fswitch au BufEnter *.h let b:fswitchdst = 'cpp,c' au BufEnter *.h let b:fswitchlocs = 'reg:/include/source/' -- 2.48.1