7 lines
144 B
VimL
Executable file
7 lines
144 B
VimL
Executable file
if exists("b:current_syntax") || !exists("*FugitiveGitDir")
|
|
finish
|
|
endif
|
|
|
|
call fugitive#BlameSyntax()
|
|
|
|
let b:current_syntax = "fugitiveblame"
|