Merge branch 'master' into next
This commit is contained in:
commit
ad3f20fa6f
@ -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.9
|
" Version: 0.10.1
|
||||||
|
|
||||||
" Plugin Commands
|
" Plugin Commands
|
||||||
com! -nargs=+ -bar Plugin
|
com! -nargs=+ -bar Plugin
|
||||||
|
@ -167,6 +167,7 @@ func! s:rtp_add_defaults()
|
|||||||
let default = &rtp
|
let default = &rtp
|
||||||
let &rtp = current
|
let &rtp = current
|
||||||
for item in reverse(split(default, ','))
|
for item in reverse(split(default, ','))
|
||||||
|
let item = fnameescape(item)
|
||||||
exec 'set rtp-=' . item
|
exec 'set rtp-=' . item
|
||||||
if fnamemodify(item, ":t") == 'after'
|
if fnamemodify(item, ":t") == 'after'
|
||||||
exec 'set rtp+=' . item
|
exec 'set rtp+=' . item
|
||||||
|
@ -2,6 +2,9 @@ Change Log
|
|||||||
==========
|
==========
|
||||||
F = Feature, B = Bug Fix, D = Doc Change
|
F = Feature, B = Bug Fix, D = Doc Change
|
||||||
|
|
||||||
|
### Version 0.10.1
|
||||||
|
- B: #451 Escape spaces when handling rtp directories
|
||||||
|
|
||||||
### Version 0.10
|
### Version 0.10
|
||||||
- F: #415 Support plugin pinning (for non-git repos & preventing updates)
|
- F: #415 Support plugin pinning (for non-git repos & preventing updates)
|
||||||
- F: #440 Detect plugin name collisions
|
- F: #440 Detect plugin name collisions
|
||||||
|
Loading…
Reference in New Issue
Block a user