mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-10 12:33:46 -05:00
Fix double "fugitive:" in error message
This commit is contained in:
@@ -3869,7 +3869,7 @@ endfunction
|
|||||||
|
|
||||||
function! s:StageApply(info, reverse, extra) abort
|
function! s:StageApply(info, reverse, extra) abort
|
||||||
if a:info.status ==# 'R'
|
if a:info.status ==# 'R'
|
||||||
call s:throw('fugitive: patching renamed file not yet supported')
|
throw 'fugitive: patching renamed file not yet supported'
|
||||||
endif
|
endif
|
||||||
let cmd = ['apply', '-p0', '--recount'] + a:extra
|
let cmd = ['apply', '-p0', '--recount'] + a:extra
|
||||||
let info = a:info
|
let info = a:info
|
||||||
|
|||||||
Reference in New Issue
Block a user