Skip to content

Commit b30f3a0

Browse files
committed
Add github acceleration site support
It may include https:// in URL
1 parent 7182983 commit b30f3a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/dein/types/git.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function! s:type.init(repo, options) abort
4949
endif
5050

5151
const directory = uri->substitute('\.git$', '', '')
52-
\ ->substitute('^https:/\+\|^git@', '', '')
52+
\ ->substitute('https:/\+\|^git@', '', '')
5353
\ ->substitute(':', '/', 'g')
5454

5555
return #{

0 commit comments

Comments
 (0)