domtronn / magit-gh-issues.el

A small plugin for Magit which allows users to see, open, comment and label GitHub issues.
GNU General Public License v2.0
5 stars 1 forks source link

Cancelling an issue creation still creates issue #28

Closed domtronn closed 9 years ago

domtronn commented 9 years ago

When an issue has content, pressing C-c C-k (with-editor-cancel) still creates the issue... I guess because even when cancelling the issue it gives the output to ghi regardless of the status

domtronn commented 9 years ago

I think there's some improvement that can be made for this issue, however I've managed to get this functional in 0.2.2.

I'd ultimately like to cancel the ghi call rather than just remove the content from the editor so that it doesn't perform the action...