1
0
Fork 0
mirror of synced 2024-11-15 05:28:57 -05:00
ultimate-vim/sources_non_forked/vim-fugitive/syntax/fugitiveblame.vim
2019-07-08 11:44:45 -05:00

7 lines
114 B
VimL

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