File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -339,17 +339,17 @@ nnoremap <buffer> <silent> <Plug>(FlogRebaseEditTodo) :<C-U>call flog#run_comman
339339if ! hasmapto (' <Plug>(FlogRebaseInteractiveReword)' )
340340 nmap <buffer> rw <Plug> (FlogRebaseInteractiveReword)
341341endif
342- nnoremap <buffer> <silent> <Plug> (FlogRebaseInteractiveReword) :<C-U> call flog#run_command('Git rebase --interactive %H^ \| s/^pick/reword/e', 1, 1)
342+ nnoremap <buffer> <silent> <Plug> (FlogRebaseInteractiveReword) :<C-U> call flog#run_command('Git rebase --interactive %H^ \| s/^pick/reword/e', 1, 1)<CR>
343343
344344if ! hasmapto (' <Plug>(FlogRebaseInteractiveEdit)' )
345345 nmap <buffer> rm <Plug> (FlogRebaseInteractiveEdit)
346346endif
347- nnoremap <buffer> <silent> <Plug> (FlogRebaseInteractiveEdit) :<C-U> call flog#run_command('Git rebase --interactive %H^ \| s/^pick/edit/e', 1, 1)
347+ nnoremap <buffer> <silent> <Plug> (FlogRebaseInteractiveEdit) :<C-U> call flog#run_command('Git rebase --interactive %H^ \| s/^pick/edit/e', 1, 1)<CR>
348348
349349if ! hasmapto (' <Plug>(FlogRebaseInteractiveDrop)' )
350350 nmap <buffer> rd <Plug> (FlogRebaseInteractiveDrop)
351351endif
352- nnoremap <buffer> <silent> <Plug> (FlogRebaseInteractiveDrop) :<C-U> call flog#run_command('Git rebase --interactive %H^ \| s/^pick/drop/e', 1, 1)
352+ nnoremap <buffer> <silent> <Plug> (FlogRebaseInteractiveDrop) :<C-U> call flog#run_command('Git rebase --interactive %H^ \| s/^pick/drop/e', 1, 1)<CR>
353353
354354if ! hasmapto (' <Plug>(FlogGitRebase)' )
355355 nmap <buffer> r<Space> <Plug> (FlogGitRebase)
You can’t perform that action at this time.
0 commit comments