mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-15 14:53:51 -05:00
@@ -2183,8 +2183,8 @@ function! s:Browse(bang,line1,count,...) abort
|
|||||||
\ 'commit': commit,
|
\ 'commit': commit,
|
||||||
\ 'path': path,
|
\ 'path': path,
|
||||||
\ 'type': type,
|
\ 'type': type,
|
||||||
\ 'line1': a:line1,
|
\ 'line1': a:count > 0 ? a:line1 : 0,
|
||||||
\ 'line2': a:count}])
|
\ 'line2': a:count > 0 ? a:count : 0}])
|
||||||
if !empty(url)
|
if !empty(url)
|
||||||
break
|
break
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user