spacevim/bundle/vim-fugitive/syntax/fugitiveblame.vim

8 lines
144 B
VimL
Raw Normal View History

2024-08-21 14:17:26 +08:00
if exists("b:current_syntax") || !exists("*FugitiveGitDir")
finish
endif
call fugitive#BlameSyntax()
let b:current_syntax = "fugitiveblame"