mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-11 04:53:45 -05:00
Fix typo
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user