vim-fugitive/syntax/fugitiveblame.vim

8 lines
114 B
VimL
Raw Normal View History

2019-07-07 13:59:44 -04:00
if exists("b:current_syntax")
finish
endif
call fugitive#BlameSyntax()
let b:current_syntax = "fugitiveblame"