commit 63a80f4bfe2cb3b236725f19da5aa7d92eda23ec (tree)
parent 3bdac8b60383c0326991ba08bfd57d4e70925f3a
Author: Teo Ljungberg <teo@teoljungberg.com>
Date: Wed, 4 Apr 2018 20:44:18 +0200
Remove unused variable
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim
@@ -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