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

Avoid errors that occur when milestones were non ascii characters. #118

Closed violetyk closed 10 years ago

violetyk commented 10 years ago

When I write a commit message, the following error has occurred.

Error detected while processing function <SNR>106_setupOmni:
line    9:
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "<string>", line 282, in populateOmniComplete
UnicodeEncodeError: 'ascii' codec can't encode characters in position 2-13: ordinal not in range(128)
jaxbot commented 10 years ago

Thanks!