repo.or.cz
/
vim-fugitive.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Make push map available on P
[vim-fugitive.git]
/
ftplugin
/
fugitiveblame.vim
blob
1037b093d6da02de29d40d861cb58e30c6d943a7
1
if exists("b:did_ftplugin") || !exists("*FugitiveGitDir")
2
finish
3
endif
4
let b:did_ftplugin = 1
5
6
call fugitive#BlameFileType()