lambdalisue/vim-gina

Exit from commit amend screen doesn't commit

Open

#193 opened on Jan 27, 2019

View on GitHub
 (4 comments) (0 reactions) (0 assignees)Vim Script (28 forks)github user discovery
bughelp wanted

Repository metrics

Stars
 (688 stars)
PR merge metrics
 (PR metrics pending)

Description

If I open a commit screen and toggle amend via !, exiting via :wq correctly amends the commit, but exiting via :q or :x doesn't. I would expect :q to ask for confirmation and :x to work exactly like :wq, which is the behavior in the non-amend commit flow.

Contributor guide