mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-13 22:03:51 -05:00
Fix error message for rev-parse
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user