mirror of
https://github.com/amix/vimrc
synced 2024-12-29 21:33:06 +00:00
7 lines
114 B
VimL
7 lines
114 B
VimL
if exists("b:current_syntax")
|
|
finish
|
|
endif
|
|
|
|
call fugitive#BlameSyntax()
|
|
|
|
let b:current_syntax = "fugitiveblame"
|