mirror of
1
0
Fork 0
ultimate-vim/sources_non_forked/vim-fugitive/syntax/fugitiveblame.vim

8 lines
144 B
VimL

if exists("b:current_syntax") || !exists("*FugitiveGitDir")
finish
endif
call fugitive#BlameSyntax()
let b:current_syntax = "fugitiveblame"