From 93f25f688300f0956db500faddf1391a93fd9b60 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Tue, 27 Jul 2021 11:43:33 -0400 Subject: [PATCH] Fix omitted Git dir argument This shouldn't matter in this context since it's designed only to provoke an error message, but fix it anyways so it stops setting off mental alarm bells. --- autoload/fugitive.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/fugitive.vim b/autoload/fugitive.vim index 2176401..4c3de67 100644 --- a/autoload/fugitive.vim +++ b/autoload/fugitive.vim @@ -5893,7 +5893,7 @@ function! s:BlameSubcommand(line1, count, range, bang, mods, options) abort let i += 1 if i == len(flags) echohl ErrorMsg - echo s:ChompError(['blame', arg])[0] + echo s:ChompError([dir, 'blame', arg])[0] echohl NONE return '' endif