Removed Unused code
This commit is contained in:
parent
927e0d2488
commit
20006c268b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user