From dcc6443d30816a46d37b518c93279ef87ea4d5d0 Mon Sep 17 00:00:00 2001 From: gmarik Date: Wed, 8 Dec 2010 23:19:17 -0600 Subject: [PATCH] Some metadata --- autoload/vundle.vim | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/autoload/vundle.vim b/autoload/vundle.vim index aa3e7d1..d4648da 100644 --- a/autoload/vundle.vim +++ b/autoload/vundle.vim @@ -1,7 +1,8 @@ -" vundle.vim - is a shortcut for Vim Bundle and Is a simple plugin manager for Vim -" Maintainer: http://github.com/gmarik -" Version: 0.5 +" Vundle is a shortcut for Vim Bundle and Is a simple plugin manager for Vim +" Author: gmarik +" HomePage: http://github.com/gmarik/vundle " Readme: http://github.com/gmarik/vundle/blob/master/README.md +" Version: 0.5 com! -nargs=+ Bundle call vundle#config#bundle() com! -nargs=? -bang BundleInstall call vundle#installer#install("")