Browse Source

Merge 142a816199 into 8b5be8dd60

pull/100/merge
GitHub Merge Button 14 years ago
parent
commit
bfd070c2f9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      autoload/vundle/config.vim

+ 1
- 1
autoload/vundle/config.vim View File

@ -43,7 +43,7 @@ func! s:parse_name(arg)
if arg =~? '^\s*\(gh\|github\):\S\+'
\ || arg =~? '^[a-z0-9][a-z0-9-]*/[^/]\+$'
let uri = 'https://github.com/'.split(arg, ':')[-1]
let uri = 'git://github.com/'.split(arg, ':')[-1]
if uri !~? '\.git$'
let uri .= '.git'
endif


Loading…
Cancel
Save