mirror of
https://github.com/amix/vimrc
synced 2024-12-20 17:03:09 +00:00
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()
|