Closed Shatur closed 4 years ago
If I use :w and then :bd git commit command will be not performed. Is it expected? In vim-fugitive, closing the commit buffer causes commiting.
:w
:bd
It's expected while gina uses QuitPre which is invoked by :q.
QuitPre
:q
Thank you!
If I use
:w
and then:bd
git commit command will be not performed. Is it expected? In vim-fugitive, closing the commit buffer causes commiting.