vim-fugitive/syntax/fugitiveblame.vim
2019-07-07 14:03:38 -04:00

8 lines
114 B
VimL

if exists("b:current_syntax")
finish
endif
call fugitive#BlameSyntax()
let b:current_syntax = "fugitiveblame"