1
0
Fork 0
mirror of synced 2024-06-01 15:01:10 -04:00
ultimate-vim/sources_non_forked/vim-fugitive/syntax/fugitiveblame.vim

8 lines
114 B
VimL
Raw Normal View History

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