embed filetype settings

This commit is contained in:
gmarik
2011-04-10 19:47:55 -05:00
parent fc34371fd0
commit 704a6dee95
4 changed files with 19 additions and 11 deletions

View File

@@ -23,6 +23,11 @@ com! -nargs=0 BundleDocs
com! -nargs=? -bang BundleSearch
\ call vundle#scripts#all('!' == '<bang>', <q-args>)
au! Filetype vundle call vundle#scripts#setup_view()
au! Syntax vim syn keyword vimCommand Bundle
func! vundle#rc()
let g:bundle_dir = expand('$HOME/.vim/bundle')
call vundle#config#init()