Removed Unused code

This commit is contained in:
gmarik 2010-10-31 17:52:35 -05:00
parent 927e0d2488
commit 20006c268b

View File

@ -9,11 +9,9 @@ let g:vundle_loaded = 1
au BufRead,BufNewFile {bundlerc} set ft=vim
com! -nargs=+ Bundle call vundle#add_and_require_bundle(<args>)
com! -nargs=0 BundleSync call vundle#sync_bundles()
com! -nargs=0 BundleInstall call vundle#install_bundles()
let g:bundle_dir = expand('~/.vim/bundle/')
let g:bundles = []
func! vundle#add_bundle(uri, opts)
let bundle = a:opts