Browse Source

simplify

events
gmarik 15 years ago
parent
commit
06f1ec36f8
1 changed files with 1 additions and 9 deletions
  1. +1
    -9
      autoload/vundle.vim

+ 1
- 9
autoload/vundle.vim View File

@ -37,13 +37,5 @@ endf
augroup bundle#command-t augroup bundle#command-t
au! au!
au User PreInstall echo 'ok' au User PreInstall echo 'ok'
au User PostInstall call s:commandt_install()
au User PostInstall !cd ruby/command-t && ruby extconf.rb && make clean && make
augroup END augroup END
func! s:commandt_install()
ruby <<EOF
puts( cmd = "cd ruby/command-t && ruby extconf.rb && make clean && make");
system(cmd)
EOF
endf

Loading…
Cancel
Save