1
0
Fork 0
mirror of synced 2024-06-30 20:41:09 -04:00
ultimate-vim/sources_non_forked/vim-fugitive/syntax/fugitiveblame.vim

8 lines
144 B
VimL
Raw Normal View History

if exists("b:current_syntax") || !exists("*FugitiveGitDir")
2019-07-08 12:44:45 -04:00
finish
endif
call fugitive#BlameSyntax()
let b:current_syntax = "fugitiveblame"