Browse Source

Fixed description

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

+ 3
- 4
plugin/vundle.vim View File

@ -1,8 +1,7 @@
" vundle.vim - path option manipulation
" Maintainer: gmarik at gmail dot com
" vundle.vim - is a shortcut for Vim Bundle and Is a simple plugin manager for Vim
" Maintainer: http://github.com/gmarik
" Version: 0.1
" Install in ~/.vim/autoload (or ~\vimfiles\autoload).
" Readme: http://github.com/gmarik/vundle/blob/master/README.md
if exists("g:vundle_loaded") || &cp | finish | endif
let g:vundle_loaded = 1


Loading…
Cancel
Save