introduce :Bundles
- unify search and browse unders same interface
This commit is contained in:
@@ -16,11 +16,12 @@ com! -nargs=? -bang BundleClean
|
||||
com! -nargs=0 BundleDocs
|
||||
\ call vundle#installer#helptags(g:bundles)
|
||||
|
||||
com! -nargs=+ -bang BundleSearch
|
||||
\ silent call vundle#scripts#search('!' == '<bang>', <q-args>)
|
||||
com! -nargs=? -bang Bundles
|
||||
\ call vundle#scripts#all('!'=='<bang>', <q-args>)
|
||||
|
||||
com! -nargs=0 Vundle
|
||||
\ call vundle#scripts#browse()
|
||||
" deprecated in favor of Bundles
|
||||
com! -nargs=? -bang BundleSearch
|
||||
\ call vundle#scripts#all('!' == '<bang>', <q-args>)
|
||||
|
||||
com! -nargs=0 VundleLog
|
||||
\ silent pedit `=g:vundle_log`
|
||||
|
||||
Reference in New Issue
Block a user