Browse Source

Autocommand

pull/10/head
gmarik 15 years ago
parent
commit
5a68480bfb
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      autoload/vundle.vim

+ 2
- 0
autoload/vundle.vim View File

@ -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…
Cancel
Save