alexdavid/vim-min-git-status

Add commit / patch support?

Closed this issue · 5 comments

Some of the best features of :Gstatus were p to start git add --patch and cc to commit the staged file. Consider adding those shortcuts to Gministatus as well?

@al-the-x: I added both shortcuts. Let me know if you have any issues with them.

The patch shortcut doesn't properly wait for input. It runs git add --patch and displays the diff for the first block and the typical "Press Enter to continue" prompt from an external command.

That's strange, it's working for me. What shell is your vim configured to use? (:set shell)

screen shot 2016-07-18 at 2 08 16 pm

@al-the-x Are you still having this issue?

Closing this issue because I'm unable to reproduce. Let me know if you still are having this issue