diff --git a/autoload/vundle/config.vim b/autoload/vundle/config.vim index f23a154..dea4d29 100644 --- a/autoload/vundle/config.vim +++ b/autoload/vundle/config.vim @@ -136,7 +136,7 @@ func! s:parse_name(arg) let arg = a:arg let git_proto = exists('g:vundle_default_git_proto') ? g:vundle_default_git_proto : 'https' if git_proto ==? 'ssh' - let github_prefix = 'git@github.com/' + let github_prefix = 'git@github.com:' else let github_prefix = git_proto.'://github.com/' endif