X-Git-Url: https://git.sthu.org/?p=vimconf.git;a=blobdiff_plain;f=init.vim;fp=init.vim;h=08935f1364cd14ec878892cce241e9d45de6b6a5;hp=21e8f9a4704df75770bec602831f8ff214f883d8;hb=56ecdc03efcf665e164761695fc37752312d313e;hpb=4a3479cb8cdf93277d82a99a5543cbbd8aee7a33 diff --git a/init.vim b/init.vim index 21e8f9a..08935f1 100644 --- a/init.vim +++ b/init.vim @@ -167,6 +167,7 @@ au BufEnter *.h* let b:fswitchlocs='reg:/include/lib/,rel:.' au BufEnter *.cpp,*.cc,*.cxx let b:fswitchdst='h,hxx,hpp,hh' au BufEnter *.h,*.hh,*.hxx let b:fswitchdst='cc,c,cxx,cpp' +au BufNewFile *.{h,hpp,hxx} call AddIncludeGuards() """""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " Some plugin-specific settings