fugitiveblame.vim 127 B

123456
  1. if exists("b:did_ftplugin") || !exists("*FugitiveGitDir")
  2. finish
  3. endif
  4. let b:did_ftplugin = 1
  5. call fugitive#BlameFileType()