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: "???"
6 lines
127 B
VimL
6 lines
127 B
VimL
if exists("b:did_ftplugin") || !exists("*FugitiveGitDir")
|
|
finish
|
|
endif
|
|
let b:did_ftplugin = 1
|
|
|
|
call fugitive#BlameFileType()
|