mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 22:20:06 +08:00
8 lines
144 B
VimL
8 lines
144 B
VimL
if exists("b:current_syntax") || !exists("*FugitiveGitDir")
|
|
finish
|
|
endif
|
|
|
|
call fugitive#BlameSyntax()
|
|
|
|
let b:current_syntax = "fugitiveblame"
|