Skip to content

Commit

Permalink
fix: Support git revise --interactive
Browse files Browse the repository at this point in the history
  • Loading branch information
interruptinuse authored and voldikss committed Nov 14, 2023
1 parent 6e81602 commit b1d9378
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions autoload/floaterm/edita/neovim/editor.vim
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ function! floaterm#edita#neovim#editor#open(target, client)
if index([
\ 'COMMIT_EDITMSG',
\ 'git-rebase-todo',
\ 'git-revise-todo',
\ 'addp-hunk-edit.diff'
\ ], expand('%:t')) > -1
setlocal bufhidden=wipe
Expand Down
1 change: 1 addition & 0 deletions autoload/floaterm/edita/vim/editor.vim
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ function! floaterm#edita#vim#editor#open(target, bufnr)
if index([
\ 'COMMIT_EDITMSG',
\ 'git-rebase-todo',
\ 'git-revise-todo',
\ 'addp-hunk-edit.diff'
\ ], expand('%:t')) > -1
setlocal bufhidden=wipe
Expand Down

0 comments on commit b1d9378

Please sign in to comment.