fugitiveblame.vim 144 B

1234567
  1. if exists("b:current_syntax") || !exists("*FugitiveGitDir")
  2. finish
  3. endif
  4. call fugitive#BlameSyntax()
  5. let b:current_syntax = "fugitiveblame"