mirror of
https://github.com/amix/vimrc
synced 2024-12-21 01:13:07 +00:00
6 lines
135 B
VimL
6 lines
135 B
VimL
if exists("b:did_ftplugin") || !exists('*fugitive#BlameFileType')
|
|
finish
|
|
endif
|
|
let b:did_ftplugin = 1
|
|
|
|
call fugitive#BlameFileType()
|