Browse Source

:BundleInstall is gone for now

pull/10/head
gmarik 15 years ago
parent
commit
035cc6ecba
2 changed files with 0 additions and 7 deletions
  1. +0
    -3
      autoload/vundle.vim
  2. +0
    -4
      autoload/vundle/scripts.vim

+ 0
- 3
autoload/vundle.vim View File

@ -7,9 +7,6 @@
com! -nargs=+ Bundle
\ call vundle#config#bundle(<args>)
com! -nargs=? -bang -complete=custom,vundle#scripts#complete BundleInstall
\ call vundle#installer#install('!' == '<bang>', <q-args>)
com! -nargs=? -bang BundleClean
\ call vundle#installer#clean('!' == '<bang>')


+ 0
- 4
autoload/vundle/scripts.vim View File

@ -9,10 +9,6 @@ func! vundle#scripts#all(bang, ...)
endif
endf
func! vundle#scripts#complete(a,c,d)
return join(s:load_scripts(0),"\n")
endf
func! vundle#scripts#install() abort
let line = substitute(substitute(getline('.'), '\s*Bundle\s*','','g'), "'",'','g')
call vundle#installer#install(0, line)


Loading…
Cancel
Save