Fix - on :Gstatus headers
This commit is contained in:
parent
8ba04c2476
commit
d1971558b5
@ -760,6 +760,7 @@ function! s:StageToggle(lnum1,lnum2) abort
|
|||||||
let line = getline(lnum)
|
let line = getline(lnum)
|
||||||
let repo = s:repo()
|
let repo = s:repo()
|
||||||
if line =~# '^# .*:$'
|
if line =~# '^# .*:$'
|
||||||
|
let section = s:stage_section(lnum)
|
||||||
if section ==# 'staged'
|
if section ==# 'staged'
|
||||||
call repo.git_chomp_in_tree('reset','-q')
|
call repo.git_chomp_in_tree('reset','-q')
|
||||||
silent! edit!
|
silent! edit!
|
||||||
|
Loading…
Reference in New Issue
Block a user