Browse Source

autocomplete Bundles command

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

+ 1
- 1
autoload/vundle.vim View File

@ -10,7 +10,7 @@ com! -nargs=+ Bundle
com! -nargs=? -bang -complete=custom,vundle#scripts#complete BundleInstall com! -nargs=? -bang -complete=custom,vundle#scripts#complete BundleInstall
\ call vundle#installer#install('!' == '<bang>', <q-args>) \ call vundle#installer#install('!' == '<bang>', <q-args>)
com! -nargs=? -bang Bundles
com! -nargs=? -bang -complete=custom,vundle#scripts#complete Bundles
\ call vundle#scripts#all('!'=='<bang>', <q-args>) \ call vundle#scripts#all('!'=='<bang>', <q-args>)
com! -nargs=? -bang BundleClean com! -nargs=? -bang BundleClean


Loading…
Cancel
Save