Provide maps to find similar diff lines
[vim-fugitive.git] / syntax / fugitiveblame.vim
blobc06d19e02b47925228053ff0e36058f4a5255b4a
1 if exists("b:current_syntax")
2   finish
3 endif
5 call fugitive#BlameSyntax()
7 let b:current_syntax = "fugitiveblame"