mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-12 21:33:53 -05:00
Fix echoed line during :Gread
This commit is contained in:
@@ -4500,7 +4500,7 @@ function! s:ReadPrepare(line1, count, range, mods) abort
|
|||||||
else
|
else
|
||||||
let pre = ''
|
let pre = ''
|
||||||
endif
|
endif
|
||||||
return [pre . mods . after . 'read', delete . '|diffupdate' . (a:count < 0 ? '|' . line('.') : '')]
|
return [pre . mods . after . 'read', delete . 'diffupdate' . (a:count < 0 ? '|' . line('.') : '')]
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:ReadExec(line1, count, range, mods, env, args, options) abort
|
function! s:ReadExec(line1, count, range, mods, env, args, options) abort
|
||||||
|
|||||||
Reference in New Issue
Block a user