Bump version to 0.10.2

This commit is contained in:
Jacobo de Vera 2014-04-28 15:52:41 +02:00
parent a917677879
commit 40e23f79f1
3 changed files with 13 additions and 8 deletions

View File

@ -149,10 +149,10 @@ see [Vundle contributors](https://github.com/gmarik/Vundle.vim/graphs/contributo
[help tags]:http://vimdoc.sourceforge.net/htmldoc/helphelp.html#:helptags [help tags]:http://vimdoc.sourceforge.net/htmldoc/helphelp.html#:helptags
[runtime path]:http://vimdoc.sourceforge.net/htmldoc/options.html#%27runtimepath%27 [runtime path]:http://vimdoc.sourceforge.net/htmldoc/options.html#%27runtimepath%27
[configure]:https://github.com/gmarik/Vundle.vim/blob/master/doc/vundle.txt#L126-L233 [configure]:https://github.com/gmarik/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L126-L233
[install]:https://github.com/gmarik/Vundle.vim/blob/master/doc/vundle.txt#L234-L254 [install]:https://github.com/gmarik/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L234-L254
[update]:https://github.com/gmarik/Vundle.vim/blob/master/doc/vundle.txt#L255-L265 [update]:https://github.com/gmarik/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L255-L265
[search]:https://github.com/gmarik/Vundle.vim/blob/master/doc/vundle.txt#L266-L295 [search]:https://github.com/gmarik/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L266-L295
[clean]:https://github.com/gmarik/Vundle.vim/blob/master/doc/vundle.txt#L303-L318 [clean]:https://github.com/gmarik/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L303-L318
[interactive mode]:https://github.com/gmarik/Vundle.vim/blob/master/doc/vundle.txt#L319-L360 [interactive mode]:https://github.com/gmarik/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L319-L360
[interface change]:https://github.com/gmarik/Vundle.vim/blob/master/doc/vundle.txt#L372-L396 [interface change]:https://github.com/gmarik/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L372-L396

View File

@ -2,7 +2,7 @@
" Author: gmarik " Author: gmarik
" HomePage: http://github.com/gmarik/Vundle.vim " HomePage: http://github.com/gmarik/Vundle.vim
" Readme: http://github.com/gmarik/Vundle.vim/blob/master/README.md " Readme: http://github.com/gmarik/Vundle.vim/blob/master/README.md
" Version: 0.10.1 " Version: 0.10.2
" Plugin Commands " Plugin Commands
com! -nargs=+ -bar Plugin com! -nargs=+ -bar Plugin

View File

@ -2,6 +2,11 @@ Change Log
========== ==========
F = Feature, B = Bug Fix, D = Doc Change F = Feature, B = Bug Fix, D = Doc Change
### Version 0.10.1
- B: #430 Put user script directories before system directories in rtp
- B: #455 Rename functions that start with `g:` + lowercase letter (Vim patch 7.4.264)
### Version 0.10.1 ### Version 0.10.1
- B: #451 Escape spaces when handling rtp directories - B: #451 Escape spaces when handling rtp directories