1
0
mirror of https://github.com/amix/vimrc synced 2025-02-28 14:12:51 +08:00
amix-vimrc-mirror/sources_non_forked/vim-fugitive/syntax/fugitiveblame.vim

8 lines
144 B
VimL
Raw Permalink Normal View History

2021-06-23 17:57:12 +08:00
if exists("b:current_syntax") || !exists("*FugitiveGitDir")
2019-08-22 23:36:17 +08:00
finish
endif
call fugitive#BlameSyntax()
let b:current_syntax = "fugitiveblame"