mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-12 13:23:52 -05:00
Fix FugitiveRemoteUrl()
This commit is contained in:
@@ -1189,7 +1189,7 @@ function! fugitive#RemoteUrl(...) abort
|
||||
endif
|
||||
endfor
|
||||
if index(args, 1) < 0 && index(args, get(v:, 'true', 1)) < 0 && index(args, ':noresolve') < 0
|
||||
let url = fugitive#ResolveRemote(url).full
|
||||
let url = fugitive#ResolveRemote(url)
|
||||
endif
|
||||
return url
|
||||
endfunction
|
||||
|
||||
Reference in New Issue
Block a user