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