Make push map available on P
[vim-fugitive.git] / ftplugin / fugitiveblame.vim
blob1037b093d6da02de29d40d861cb58e30c6d943a7
1 if exists("b:did_ftplugin") || !exists("*FugitiveGitDir")
2   finish
3 endif
4 let b:did_ftplugin = 1
6 call fugitive#BlameFileType()