jaxbot / github-issues.vim

Github issue lookup in Vim
http://jaxbot.me/articles/github-issues-vim-plugin-5-7-2014
Other
405 stars 28 forks source link

Error when using :Giedit #89

Closed wikimatze closed 10 years ago

wikimatze commented 10 years ago

If I try to edit an existing issue with :Gisedit 50 for https://github.com/wikimatze/PadrinoBook and add text after the Add a comment section of the text and press :ZZ I get the following error:

Error detected while processing function <SNR>76_saveIssue:
line    2:
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "<string>", line 334, in saveGissue
KeyError: 'assignee'

I created a fresh new issue under https://github.com/wikimatze/PadrinoBook/issues/63 so that you can reproduce this error.

Bests,

Matthias

jaxbot commented 10 years ago

Able to reproduce, let me look into it

jaxbot commented 10 years ago

Try now

wikimatze commented 10 years ago

It is fixed now, thanks for the fast fix.

jaxbot commented 10 years ago

No problem, thanks for reporting it! And sorry for the unnoticed bug, heh

wikimatze commented 10 years ago

No problem, maybe some tests would help you in the future if the project gets more and more complex.