This commit is contained in:
Tim Pope
2021-11-15 00:31:32 -05:00
parent cd67d087df
commit e47121f8fd

View File

@@ -211,8 +211,8 @@ function! FugitiveRemoteUrl(...) abort
endfunction endfunction
" FugitiveRemote() returns a data structure parsed from the remote URL. " FugitiveRemote() returns a data structure parsed from the remote URL.
" For example, for remote URL is "https://me@example.com:1234/repo.git", " For example, for remote URL "https://me@example.com:1234/repo.git", the
" the returned dictionary will contain the following: " returned dictionary will contain the following:
" "
" * "scheme": "https" " * "scheme": "https"
" * "authority": "user@example.com:1234" " * "authority": "user@example.com:1234"