Remove unused variable
This commit is contained in:
parent
3bdac8b603
commit
63a80f4bfe
@ -2685,7 +2685,6 @@ function! s:BufReadObject() abort
|
||||
if b:fugitive_type !~# '^\%(tag\|commit\|tree\|blob\)$'
|
||||
return "echoerr ".string("fugitive: unrecognized git type '".b:fugitive_type."'")
|
||||
endif
|
||||
let firstline = getline('.')
|
||||
if !exists('b:fugitive_display_format') && b:fugitive_type != 'blob'
|
||||
let b:fugitive_display_format = +getbufvar('#','fugitive_display_format')
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user