mirror of
https://github.com/amix/vimrc
synced 2024-12-19 16:33:14 +00:00
6 lines
127 B
VimL
6 lines
127 B
VimL
if exists("b:did_ftplugin") || !exists("*FugitiveGitDir")
|
|
finish
|
|
endif
|
|
let b:did_ftplugin = 1
|
|
|
|
call fugitive#BlameFileType()
|