mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-11 04:53:45 -05:00
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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user