mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-10 12:33:46 -05:00
@@ -1802,6 +1802,9 @@ function! s:linechars(pattern) abort
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:Blame(bang,line1,line2,count,args) abort
|
function! s:Blame(bang,line1,line2,count,args) abort
|
||||||
|
if exists('b:fugitive_blamed_bufnr')
|
||||||
|
return 'bdelete'
|
||||||
|
endif
|
||||||
try
|
try
|
||||||
if s:buffer().path() == ''
|
if s:buffer().path() == ''
|
||||||
call s:throw('file or blob required')
|
call s:throw('file or blob required')
|
||||||
|
|||||||
Reference in New Issue
Block a user