mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-12 05:13:53 -05:00
Fix undefined variable
This commit is contained in:
@@ -3405,6 +3405,7 @@ function! s:Browse(bang,line1,count,...) abort
|
|||||||
\ 'line1': line1,
|
\ 'line1': line1,
|
||||||
\ 'line2': line2}
|
\ 'line2': line2}
|
||||||
|
|
||||||
|
let url = ''
|
||||||
for Handler in get(g:, 'fugitive_browse_handlers', [])
|
for Handler in get(g:, 'fugitive_browse_handlers', [])
|
||||||
let url = call(Handler, [copy(opts)])
|
let url = call(Handler, [copy(opts)])
|
||||||
if !empty(url)
|
if !empty(url)
|
||||||
|
|||||||
Reference in New Issue
Block a user