diff --git a/autoload/vundle/installer.vim b/autoload/vundle/installer.vim index 472271a..7da6d6a 100644 --- a/autoload/vundle/installer.vim +++ b/autoload/vundle/installer.vim @@ -363,6 +363,9 @@ func! s:get_current_sha(bundle) return out endf +func! s:uri_https2ssl(uri) + return substitute(a:uri, '\ Plugin ' . a:bundle.name . ' old URI: ' . current_origin_url) call s:log('> Plugin ' . a:bundle.name . ' new URI: ' . a:bundle.uri)