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