jreybert / vimagit

Ease your git workflow within Vim
1.31k stars 49 forks source link

Support `confirm` and `swapfile` #173

Open ghost opened 5 years ago

ghost commented 5 years ago

:q<CR> and :confirm q<CR> behave identically with a modified buffer in/after commit mode, and the commit message is lost. Moreover with noswapfile there‘s no way to recover it.

(Thank you for bringing magit to Vim!)