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