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
|
function! s:NextExpandedHunk(count) abort
|
||||||
for i in range(a:count)
|
for i in range(a:count)
|
||||||
if getline('.') =~# '^Unstaged\|^Untracked'
|
call s:StageInline('show', line('.'), 1)
|
||||||
call s:TreeChomp('add', '--intent-to-add', '--', s:Tree())
|
|
||||||
exe s:ReloadStatus()
|
|
||||||
else
|
|
||||||
call s:StageInline('show', line('.'), 1)
|
|
||||||
endif
|
|
||||||
call search('^[A-Z?] .\|^diff --\|^@','W')
|
call search('^[A-Z?] .\|^diff --\|^@','W')
|
||||||
endfor
|
endfor
|
||||||
return '.'
|
return '.'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user