:VundleLog - shows commands log

This commit is contained in:
gmarik
2011-02-03 23:13:46 -06:00
parent 814c420ec2
commit 8a253e4154
3 changed files with 6 additions and 2 deletions

View File

@@ -11,6 +11,8 @@ com! -nargs=0 BundleDocs call vundle#installer#helptags()
com! -nargs=+ -bang BundleSearch silent call vundle#scripts#search('<bang>', <q-args>)
com! -nargs=0 VundleLog silent pedit `=g:vundle_log`
func! vundle#rc()
let g:bundle_dir = expand('$HOME/.vim/bundle')
call vundle#config#init()