Tweak commit for u rebase map
This commit is contained in:
parent
0484c03c6b
commit
0cc3beeae9
@ -3082,7 +3082,7 @@ function! s:DoToggleUnpulledHeading(heading) abort
|
||||
endfunction
|
||||
|
||||
function! s:DoUnstageUnpulled(record) abort
|
||||
call feedkeys(':Grebase ' . a:record.commit . '^')
|
||||
call feedkeys(':Grebase ' . a:record.commit)
|
||||
endfunction
|
||||
|
||||
function! s:DoToggleUnpulled(record) abort
|
||||
@ -3090,7 +3090,7 @@ function! s:DoToggleUnpulled(record) abort
|
||||
endfunction
|
||||
|
||||
function! s:DoUnstageUnpushed(record) abort
|
||||
call s:DoUnstageUnpulled(a:record)
|
||||
call feedkeys(':Grebase --autosquash ' . a:record.commit . '^')
|
||||
endfunction
|
||||
|
||||
function! s:DoToggleStagedHeading(...) abort
|
||||
|
Loading…
Reference in New Issue
Block a user