mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-15 23:03:51 -05:00
Match FugitiveRemote() interface to window.location in JS
This commit is contained in:
@@ -217,6 +217,7 @@ endfunction
|
||||
" * "scheme": "https"
|
||||
" * "authority": "user@example.com:1234"
|
||||
" * "path": "/repo.git" (for SSH URLs this may be a relative path)
|
||||
" * "pathname": "/repo.git" (always coerced to absolute path)
|
||||
" * "host": "example.com:1234"
|
||||
" * "hostname": "example.com"
|
||||
" * "port": "1234"
|
||||
|
||||
Reference in New Issue
Block a user