From 3b1da8b217159b5896180d54aedc26a3b7471084 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Fri, 22 Nov 2019 19:54:44 -0500 Subject: [PATCH] Remove debugging function --- autoload/fugitive.vim | 6 ------ 1 file changed, 6 deletions(-) diff --git a/autoload/fugitive.vim b/autoload/fugitive.vim index 8f25832..cc5ba91 100644 --- a/autoload/fugitive.vim +++ b/autoload/fugitive.vim @@ -2429,12 +2429,6 @@ function! s:ExpireStatus(bufnr) abort return '' endfunction -function! FugitiveReloadCheck() abort - let t = b:fugitive_reltime - return [t, reltimestr(reltime(s:last_time, t)), - \ reltimestr(reltime(get(s:last_times, s:cpath(s:Dir()), t), t))] -endfunction - function! s:ReloadWinStatus(...) abort if get(b:, 'fugitive_type', '') !=# 'index' || &modified return