We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7182983 commit b30f3a0Copy full SHA for b30f3a0
autoload/dein/types/git.vim
@@ -49,7 +49,7 @@ function! s:type.init(repo, options) abort
49
endif
50
51
const directory = uri->substitute('\.git$', '', '')
52
- \ ->substitute('^https:/\+\|^git@', '', '')
+ \ ->substitute('https:/\+\|^git@', '', '')
53
\ ->substitute(':', '/', 'g')
54
55
return #{
0 commit comments