mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-11 12:53:52 -05:00
Tweak commit for u rebase map
This commit is contained in:
@@ -3082,7 +3082,7 @@ function! s:DoToggleUnpulledHeading(heading) abort
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:DoUnstageUnpulled(record) abort
|
function! s:DoUnstageUnpulled(record) abort
|
||||||
call feedkeys(':Grebase ' . a:record.commit . '^')
|
call feedkeys(':Grebase ' . a:record.commit)
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:DoToggleUnpulled(record) abort
|
function! s:DoToggleUnpulled(record) abort
|
||||||
@@ -3090,7 +3090,7 @@ function! s:DoToggleUnpulled(record) abort
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:DoUnstageUnpushed(record) abort
|
function! s:DoUnstageUnpushed(record) abort
|
||||||
call s:DoUnstageUnpulled(a:record)
|
call feedkeys(':Grebase --autosquash ' . a:record.commit . '^')
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:DoToggleStagedHeading(...) abort
|
function! s:DoToggleStagedHeading(...) abort
|
||||||
|
|||||||
Reference in New Issue
Block a user