Browse Source

Merge c1a0284cd6 into 769010ae4d

pull/308/merge
shahn 13 years ago
parent
commit
fe628e368d
5 changed files with 13 additions and 13 deletions
  1. +1
    -1
      LICENSE-MIT.txt
  2. +6
    -6
      README.md
  3. +2
    -2
      autoload/vundle.vim
  4. +3
    -3
      doc/vundle.txt
  5. +1
    -1
      test/vimrc

+ 1
- 1
LICENSE-MIT.txt View File

@ -1,4 +1,4 @@
Copyright (C) 2010 http://github.com/gmarik
Copyright (C) 2010 https://github.com/gmarik
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:


+ 6
- 6
README.md View File

@ -67,7 +67,7 @@
4. Consider [donating](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=T44EJZX8RBUWY)
[*Thank you*](http://j.mp/rSbm01) for supporting this project! )
[*Thank you*](https://j.mp/rSbm01) for supporting this project! )
## Why Vundle
@ -108,12 +108,12 @@ see [wiki](https://github.com/gmarik/vundle/wiki)
* [pathogen]
* [bundler]
* [Scott Bronson](http://github.com/bronson)
* [Scott Bronson](https://github.com/bronson)
## Also
* Vundle was developed and tested with [Vim] 7.3 on `OSX`, `Linux` and `Windows`
* Vundle tries to be as [KISS](http://en.wikipedia.org/wiki/KISS_principle) as possible
* Vundle tries to be as [KISS](https://en.wikipedia.org/wiki/KISS_principle) as possible
## TODO:
[Vundle] is a work in progress so any ideas/patches appreciated
@ -130,9 +130,9 @@ see [wiki](https://github.com/gmarik/vundle/wiki)
* search by description as well
* make it rock!
[Vundle]:http://github.com/gmarik/vundle
[Pathogen]:http://github.com/tpope/vim-pathogen/
[Bundler]:http://github.com/wycats/bundler/
[Vundle]:https://github.com/gmarik/vundle
[Pathogen]:https://github.com/tpope/vim-pathogen/
[Bundler]:https://github.com/wycats/bundler/
[Vim]:http://www.vim.org
[Git]:http://git-scm.com
[all available vim scripts]:http://vim-scripts.org/vim/scripts.html


+ 2
- 2
autoload/vundle.vim View File

@ -1,7 +1,7 @@
" 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
" HomePage: https://github.com/gmarik/vundle
" Readme: https://github.com/gmarik/vundle/blob/master/README.md
" Version: 0.9
com! -nargs=+ Bundle


+ 3
- 3
doc/vundle.txt View File

@ -46,7 +46,7 @@ in order to install/search [all available vim scripts]
*vundle-quickstart*
1) Setup Vundle: >
git clone http://github.com/gmarik/vundle.git ~/.vim/vundle.git
git clone https://github.com/gmarik/vundle.git ~/.vim/vundle.git
2) Configure bundles:
@ -107,9 +107,9 @@ Vundle loves Github, that's why short uris can be used with commands: >
equals full uri >
Bundle 'http://github.com/tpope/vim-fugitive.git'
Bundle 'https://github.com/tpope/vim-fugitive.git'
NOTE: Vundle defaults to http:// protocol for the short URIs
NOTE: Vundle defaults to https:// protocol for the short URIs
4.2 INSTALL SCRIPTS ~


+ 1
- 1
test/vimrc View File

@ -4,7 +4,7 @@ set nocompatible
set nowrap
let root = '/tmp/!vundle-test/bundles/'
let src = 'http://github.com/gmarik/vundle.git'
let src = 'https://github.com/gmarik/vundle.git'
" let src = '~/.vim/bundle/vundle/.git'


Loading…
Cancel
Save