Remove i special behavior on section heading
This commit is contained in:
parent
994d1b518f
commit
ce283cbdbf
@ -2732,12 +2732,7 @@ endfunction
|
||||
|
||||
function! s:NextExpandedHunk(count) abort
|
||||
for i in range(a:count)
|
||||
if getline('.') =~# '^Unstaged\|^Untracked'
|
||||
call s:TreeChomp('add', '--intent-to-add', '--', s:Tree())
|
||||
exe s:ReloadStatus()
|
||||
else
|
||||
call s:StageInline('show', line('.'), 1)
|
||||
endif
|
||||
call s:StageInline('show', line('.'), 1)
|
||||
call search('^[A-Z?] .\|^diff --\|^@','W')
|
||||
endfor
|
||||
return '.'
|
||||
|
Loading…
x
Reference in New Issue
Block a user