Browse Source

Some metadata

pull/10/head 0.5
gmarik 15 years ago
parent
commit
dcc6443d30
1 changed files with 4 additions and 3 deletions
  1. +4
    -3
      autoload/vundle.vim

+ 4
- 3
autoload/vundle.vim View File

@ -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(<args>)
com! -nargs=? -bang BundleInstall call vundle#installer#install("<bang>")


Loading…
Cancel
Save