diff --git a/autoload/fugitive.vim b/autoload/fugitive.vim index 3a32591..693ea04 100644 --- a/autoload/fugitive.vim +++ b/autoload/fugitive.vim @@ -394,7 +394,6 @@ function! fugitive#PrepareDirEnvArgv(...) abort if !exists('dir') let dir = s:Dir() endif - let tree = s:Tree(dir) call s:PreparePathArgs(cmd, dir, !exists('explicit_pathspec_option')) return [dir, env, cmd] endfunction