1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-24 00:01:34 +08:00
SpaceVim/bundle/vim-fugitive/syntax/fugitiveblame.vim

8 lines
144 B
VimL
Vendored

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