motiejus/dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone https://git.jakstys.lt/motiejus/dotfiles.git
Log | Tree | Refs | README | LICENSE

commit 85ffe4754e52f3217754d7ae3244ce8dc5e7b3c7 (tree)
parent c242cb63699d8d1e4e3eb100127621d4269f557e
Author: Tim Pope <code@tpope.net>
Date:   Mon, 19 Aug 2019 06:42:38 -0400

Remove dead code

Diffstat:
Mautoload/fugitive.vim | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git 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