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

8 lines
144 B
VimL
Raw Normal View History

2021-06-23 05:57:12 -04:00
if exists("b:current_syntax") || !exists("*FugitiveGitDir")
2019-08-22 11:36:17 -04:00
finish
endif
call fugitive#BlameSyntax()
let b:current_syntax = "fugitiveblame"