install.fairie/dotfiles/.vim/plugged/vim-fugitive/ftplugin/fugitiveblame.vim
Git E2E Dev Test Username f7b1840547 git subrepo clone https://github.com/tpope/vim-fugitive.git ./dotfiles/.vim/plugged/vim-fugitive
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:   "???"
2022-10-18 10:36:38 -04:00

6 lines
127 B
VimL

if exists("b:did_ftplugin") || !exists("*FugitiveGitDir")
finish
endif
let b:did_ftplugin = 1
call fugitive#BlameFileType()