parent
021918c3f6
commit
82580253e8
@ -792,9 +792,9 @@ function! s:StageUndo() abort
|
|||||||
if section ==# 'untracked'
|
if section ==# 'untracked'
|
||||||
call delete(s:repo().tree(filename))
|
call delete(s:repo().tree(filename))
|
||||||
elseif section ==# 'unstaged'
|
elseif section ==# 'unstaged'
|
||||||
call repo.get_chomp('checkout', '--', filename)
|
call repo.git_chomp('checkout', '--', filename)
|
||||||
else
|
else
|
||||||
call repo.get_chomp('checkout', 'HEAD', '--', filename)
|
call repo.git_chomp('checkout', 'HEAD', '--', filename)
|
||||||
endif
|
endif
|
||||||
call s:StageReloadSeek(filename, line('.'), line('.'))
|
call s:StageReloadSeek(filename, line('.'), line('.'))
|
||||||
let @" = hash
|
let @" = hash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user