mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-14 14:23:51 -05:00
Extract fugitiveblame ftplugin
References https://github.com/tpope/vim-fugitive/issues/1425
This commit is contained in:
6
ftplugin/fugitiveblame.vim
Normal file
6
ftplugin/fugitiveblame.vim
Normal file
@@ -0,0 +1,6 @@
|
||||
if exists("b:did_ftplugin") || !exists('*fugitive#BlameFileType')
|
||||
finish
|
||||
endif
|
||||
let b:did_ftplugin = 1
|
||||
|
||||
call fugitive#BlameFileType()
|
||||
Reference in New Issue
Block a user