apiad / sublime-flashback

A tiny plugin for interactive browsing of git log entries.
MIT License
1 stars 1 forks source link

ST2 encoding issue #1

Open spamwax opened 9 years ago

spamwax commented 9 years ago

Being stuck with a 32bit Mac, I have to use ST2. After installation, I had to add # coding=utf-8 to the top of flashback.py in order to fix the error:

Traceback (most recent call last):
  File "./sublime_plugin.py", line 62, in reload_plugin
  File "./flashback.py", line 37
SyntaxError: Non-ASCII character '\xe2' in file ./flashback.py on line 37,
but no encoding declared;
see http://www.python.org/peps/pep-0263.html for details

Of course there are more issues after fixing this.

apiad commented 9 years ago

Thank! Actually I've never tested it on ST2, so it's awesome that all it had was an encoding error. I'll re-check it and maybe update it with proper compatibility with ST2.