init: Move includeguards from keymap
[vimconf.git] / init.vim
index af5fee7762e7b76394991d8bd280956fc7c9d653..08935f1364cd14ec878892cce241e9d45de6b6a5 100644 (file)
--- a/init.vim
+++ b/init.vim
@@ -33,6 +33,7 @@ set hlsearch
 
 set colorcolumn=+1
 set mouse=a
+set wildmenu
 set wildmode=longest,list:full
 
 set tabpagemax=100
@@ -166,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