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
Provide maps to find similar diff lines
[vim-fugitive.git]
/
syntax
/
fugitiveblame.vim
blob
c06d19e02b47925228053ff0e36058f4a5255b4a
1
if exists("b:current_syntax")
2
finish
3
endif
4
5
call fugitive#BlameSyntax()
6
7
let b:current_syntax = "fugitiveblame"