Browse Source

use https instead http

pull/10/head
gmarik 15 years ago
parent
commit
bf5e062927
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      autoload/vundle/config.vim

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

@ -49,7 +49,7 @@ func! s:parse_name(arg)
let name = substitute(split(uri,'\/')[-1], '\.git\s*$','','i')
else
let name = arg
let uri = 'http://github.com/vim-scripts/'.name.'.git'
let uri = 'https://github.com/vim-scripts/'.name.'.git'
endif
return {'name': name, 'uri': uri }
endf


Loading…
Cancel
Save