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,\}$'
|
if !exec_error && hash =~# '^\x\{40,\}$'
|
||||||
return hash
|
return hash
|
||||||
endif
|
endif
|
||||||
throw 'vim-fugitive: rev-parse '.a:rev.': '.hash
|
throw 'fugitive: rev-parse '.a:rev.': '.hash
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:ConfigTimestamps(dir, dict) abort
|
function! s:ConfigTimestamps(dir, dict) abort
|
||||||
|
Loading…
x
Reference in New Issue
Block a user