7 lines
135 B
VimL
7 lines
135 B
VimL
|
if exists("b:did_ftplugin") || !exists('*fugitive#BlameFileType')
|
||
|
finish
|
||
|
endif
|
||
|
let b:did_ftplugin = 1
|
||
|
|
||
|
call fugitive#BlameFileType()
|