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
au Filetype c,cpp,objc map <buffer> <F11> :vsplit<CR>:FSRight<CR>
au Filetype c,cpp,objc map <buffer> <S-F11> :FSHere<CR>
-au BufNewFile *.{h,hpp,hxx} call AddIncludeGuards()
au Filetype markdown map <buffer> <F5> :call RunMarkdown()<CR>