Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarik committed Mar 31, 2011
2 parents ae1749e + 7e7cde6 commit c2a7b49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autoload/vundle/config.vim
Expand Up @@ -47,6 +47,7 @@ func! s:parse_name(arg)
elseif arg =~ '^\s*\(git@\|git://\)\S\+'
\ || arg =~ 'https\?://'
\ || arg =~ '\.git\s*$'
\ || arg =~ '\(file://\)\?[~/]'
let uri = arg
let name = substitute(split(uri,'\/')[-1], '\.git\s*$','','i')
else
Expand Down

0 comments on commit c2a7b49

Please sign in to comment.