Fix error message for rev-parse

This commit is contained in:
Tim Pope 2019-07-29 00:48:11 -04:00
parent 3c4ad5ff72
commit bd89fd440b

View File

@ -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