mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-13 05:43:52 -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,\}$'
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user