Browse Source

Rename Event according to Vim conventions

events
gmarik 15 years ago
parent
commit
d4eb8c3545
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      autoload/vundle.vim
  2. +1
    -1
      autoload/vundle/installer.vim

+ 2
- 2
autoload/vundle.vim View File

@ -36,6 +36,6 @@ endf
augroup bundle#command-t augroup bundle#command-t
au! au!
au User PreInstall echo 'ok'
au User PostInstall !cd ruby/command-t && ruby extconf.rb && make clean && make
au User BundleInstallPre echo 'ok'
au User BundleInstallPost !cd ruby/command-t && ruby extconf.rb && make clean && make
augroup END augroup END

+ 1
- 1
autoload/vundle/installer.vim View File

@ -79,7 +79,7 @@ func! s:sync(bang, bundle) abort
if 0 <= index(s:load_augroups(), aug_name) if 0 <= index(s:load_augroups(), aug_name)
lcd `=a:bundle.path()` lcd `=a:bundle.path()`
exec 'doautocmd '.l:aug_name.' User PostInstall'
exec 'doautocmd '.l:aug_name.' User BundleInstallPost'
lcd `=cwd` lcd `=cwd`
endif endif


Loading…
Cancel
Save