Remove tags file warning

This was the last thing triggering the autoload file before using an
actual Fugitive feature.
This commit is contained in:
Tim Pope
2020-01-24 17:24:35 -05:00
parent cd7db1d57c
commit 4637aca145
2 changed files with 1 additions and 13 deletions

View File

@@ -279,9 +279,6 @@ function! FugitiveDetect(path) abort
let b:git_dir = dir
endif
endif
if exists('b:git_dir')
return fugitive#Init()
endif
endfunction
function! FugitiveVimPath(path) abort