parent
04fe4bfcd9
commit
90ee6fb5d2
@ -2183,8 +2183,8 @@ function! s:Browse(bang,line1,count,...) abort
|
||||
\ 'commit': commit,
|
||||
\ 'path': path,
|
||||
\ 'type': type,
|
||||
\ 'line1': a:line1,
|
||||
\ 'line2': a:count}])
|
||||
\ 'line1': a:count > 0 ? a:line1 : 0,
|
||||
\ 'line2': a:count > 0 ? a:count : 0}])
|
||||
if !empty(url)
|
||||
break
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user