condemil / gist

Sublime Text plugin for creating new Gists from selected text
MIT License
725 stars 136 forks source link

Can't open gists (NameError: global name 'gists_filter' is not defined) #137

Closed matse closed 10 years ago

matse commented 10 years ago

Creating a gist works just fine. Opening one results in a message box containing the message Gist: unknown error (please, report a bug!).

The console log:

reloading /home/user/.config/sublime-text-2/Packages/User/Gist.sublime-settings
Traceback (most recent call last):
  File "./gist.py", line 31, in _fn
  File "./gist.py", line 311, in run
NameError: global name 'gists_filter' is not defined
error: Gist: unknown error (please, report a bug!)
matse commented 10 years ago

Removing and reinstalling the package got it working again.