From f83072703bd739ec1d7ea7ada206245490a0808c Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Mon, 15 Jul 2019 20:32:36 -0400 Subject: [PATCH] Remove debugging variable --- autoload/fugitive.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/autoload/fugitive.vim b/autoload/fugitive.vim index 54ca1c8..0a9735c 100644 --- a/autoload/fugitive.vim +++ b/autoload/fugitive.vim @@ -769,7 +769,6 @@ function! fugitive#Find(object, ...) abort let rev = s:Slash(a:object) let tree = s:Tree(dir) let base = len(tree) ? tree : 'fugitive://' . dir . '//0' - let g:rev = rev if rev ==# '.git' let f = len(tree) ? tree . '/.git' : dir elseif rev =~# '^\.git/'