Bump version to 0.10.2
This commit is contained in:
parent
a917677879
commit
40e23f79f1
14
README.md
14
README.md
@ -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
|
||||
[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
|
||||
[install]:https://github.com/gmarik/Vundle.vim/blob/master/doc/vundle.txt#L234-L254
|
||||
[update]:https://github.com/gmarik/Vundle.vim/blob/master/doc/vundle.txt#L255-L265
|
||||
[search]:https://github.com/gmarik/Vundle.vim/blob/master/doc/vundle.txt#L266-L295
|
||||
[clean]:https://github.com/gmarik/Vundle.vim/blob/master/doc/vundle.txt#L303-L318
|
||||
[interactive mode]:https://github.com/gmarik/Vundle.vim/blob/master/doc/vundle.txt#L319-L360
|
||||
[interface change]:https://github.com/gmarik/Vundle.vim/blob/master/doc/vundle.txt#L372-L396
|
||||
[configure]:https://github.com/gmarik/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L126-L233
|
||||
[install]:https://github.com/gmarik/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L234-L254
|
||||
[update]:https://github.com/gmarik/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L255-L265
|
||||
[search]:https://github.com/gmarik/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L266-L295
|
||||
[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/v0.10.2/doc/vundle.txt#L319-L360
|
||||
[interface change]:https://github.com/gmarik/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L372-L396
|
||||
|
@ -2,7 +2,7 @@
|
||||
" Author: gmarik
|
||||
" HomePage: http://github.com/gmarik/Vundle.vim
|
||||
" Readme: http://github.com/gmarik/Vundle.vim/blob/master/README.md
|
||||
" Version: 0.10.1
|
||||
" Version: 0.10.2
|
||||
|
||||
" Plugin Commands
|
||||
com! -nargs=+ -bar Plugin
|
||||
|
@ -2,6 +2,11 @@ Change Log
|
||||
==========
|
||||
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
|
||||
- B: #451 Escape spaces when handling rtp directories
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user