This commit is contained in:
gmarik 2011-04-15 18:21:14 -05:00
parent b1fc8b6d16
commit 5f2c8dc491

View File

@ -24,8 +24,8 @@ 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
au Filetype vundle call vundle#scripts#setup_view()
au Syntax vim syn keyword vimCommand Bundle
func! vundle#rc()