Autocommand
This commit is contained in:
parent
13117bf9d2
commit
5a68480bfb
@ -6,6 +6,8 @@
|
||||
if exists("g:vundle_loaded") || &cp | finish | endif
|
||||
let g:vundle_loaded = 1
|
||||
|
||||
au BufRead,BufNewFile {bundlerc} set ft=vim
|
||||
|
||||
com! -nargs=+ Bundle call vundle#add_bundle(<args>)
|
||||
com! -nargs=0 BundleRequire call vundle#require_bundles()
|
||||
com! -nargs=0 BundleSync call vundle#sync_bundles()
|
||||
|
Loading…
Reference in New Issue
Block a user