Move blame syntax to separate file

This commit is contained in:
Tim Pope
2019-07-07 13:59:44 -04:00
parent 2b5fdf146a
commit 7e91b47021
2 changed files with 8 additions and 3 deletions

7
syntax/fugitiveblame.vim Normal file
View File

@@ -0,0 +1,7 @@
if exists("b:current_syntax")
finish
endif
call fugitive#BlameSyntax()
let b:current_syntax = "fugitiveblame"