Some metadata

This commit is contained in:
gmarik 2010-12-08 23:19:17 -06:00
parent e9f430ee0e
commit dcc6443d30

View File

@ -1,7 +1,8 @@
" vundle.vim - is a shortcut for Vim Bundle and Is a simple plugin manager for Vim " Vundle is a shortcut for Vim Bundle and Is a simple plugin manager for Vim
" Maintainer: http://github.com/gmarik " Author: gmarik
" Version: 0.5 " HomePage: http://github.com/gmarik/vundle
" Readme: http://github.com/gmarik/vundle/blob/master/README.md " Readme: http://github.com/gmarik/vundle/blob/master/README.md
" Version: 0.5
com! -nargs=+ Bundle call vundle#config#bundle(<args>) com! -nargs=+ Bundle call vundle#config#bundle(<args>)
com! -nargs=? -bang BundleInstall call vundle#installer#install("<bang>") com! -nargs=? -bang BundleInstall call vundle#installer#install("<bang>")