gornostal / Modific

Highlight lines changed since the last commit (supports Git, SVN, Bazaar, Mercurial and TFS) / ST2(3) plugin
614 stars 44 forks source link

Syntax error #83

Closed jnrbsn closed 9 years ago

jnrbsn commented 9 years ago

Modific is broken right now, because the code contains a syntax error introduced here.

Reloading plugin /.../Packages/Modific/Modific.py
Traceback (most recent call last):
  File "./sublime_plugin.py", line 62, in reload_plugin
  File "./Modific.py", line 123
    def log(*args, debug=False, settings=None):
                       ^
SyntaxError: invalid syntax
gornostal commented 9 years ago

It's broken indeed. But only for ST2 users. Turns out that syntax is not valid for Python 2.x I'll fix it ASAP. Thanks for reporting

gornostal commented 9 years ago

Fixed and tested on ST2. It works now.