Autocommand

This commit is contained in:
gmarik 2010-10-18 23:40:26 -05:00
parent 13117bf9d2
commit 5a68480bfb

View File

@ -6,6 +6,8 @@
if exists("g:vundle_loaded") || &cp | finish | endif if exists("g:vundle_loaded") || &cp | finish | endif
let g:vundle_loaded = 1 let g:vundle_loaded = 1
au BufRead,BufNewFile {bundlerc} set ft=vim
com! -nargs=+ Bundle call vundle#add_bundle(<args>) com! -nargs=+ Bundle call vundle#add_bundle(<args>)
com! -nargs=0 BundleRequire call vundle#require_bundles() com! -nargs=0 BundleRequire call vundle#require_bundles()
com! -nargs=0 BundleSync call vundle#sync_bundles() com! -nargs=0 BundleSync call vundle#sync_bundles()