mirror of
https://github.com/amix/vimrc
synced 2024-12-13 05:32:34 +00:00
7 lines
144 B
VimL
7 lines
144 B
VimL
if exists("b:current_syntax") || !exists("*FugitiveGitDir")
|
|
finish
|
|
endif
|
|
|
|
call fugitive#BlameSyntax()
|
|
|
|
let b:current_syntax = "fugitiveblame"
|