Fix error message for rev-parse
This commit is contained in:
parent
3c4ad5ff72
commit
bd89fd440b
@ -499,7 +499,7 @@ function! fugitive#RevParse(rev, ...) abort
|
||||
if !exec_error && hash =~# '^\x\{40,\}$'
|
||||
return hash
|
||||
endif
|
||||
throw 'vim-fugitive: rev-parse '.a:rev.': '.hash
|
||||
throw 'fugitive: rev-parse '.a:rev.': '.hash
|
||||
endfunction
|
||||
|
||||
function! s:ConfigTimestamps(dir, dict) abort
|
||||
|
Loading…
Reference in New Issue
Block a user