f7b1840547
subrepo: subdir: "dotfiles/.vim/plugged/vim-fugitive" merged: "dd8107ca" upstream: origin: "https://github.com/tpope/vim-fugitive.git" branch: "master" commit: "dd8107ca" git-subrepo: version: "0.4.3" origin: "???" commit: "???"
7 lines
144 B
VimL
7 lines
144 B
VimL
if exists("b:current_syntax") || !exists("*FugitiveGitDir")
|
|
finish
|
|
endif
|
|
|
|
call fugitive#BlameSyntax()
|
|
|
|
let b:current_syntax = "fugitiveblame"
|