guillermooo / Vintageous

Vi/Vim emulation for Sublime Text 3
http://guillermooo.bitbucket.org/Vintageous/
Other
1.64k stars 115 forks source link

Error when toggling vintageous #974

Open mwildehahn opened 9 years ago

mwildehahn commented 9 years ago

I get the following error when trying to toggle vintageous:

Traceback (most recent call last):
  File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 550, in run_
    return self.run(edit, **args)
  File "xactions in /Users/mhahn/Library/Application Support/Sublime Text 3/Installed Packages/Vintageous.sublime-package", line 290, in run
  File "vi.core in /Users/mhahn/Library/Application Support/Sublime Text 3/Installed Packages/Vintageous.sublime-package", line 49, in state
  File "state in /Users/mhahn/Library/Application Support/Sublime Text 3/Installed Packages/Vintageous.sublime-package", line 177, in __init__
TypeError: 'NoneType' object is not callable

I set up toggling via: https://github.com/guillermooo/Vintageous/wiki/Toggling-Vintageous

louwers commented 8 years ago

I get the following when enabling Vintageous:

Traceback (most recent call last):
  File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 550, in run_
    return self.run(edit, **args)
  File "xactions in /Users/me/Library/Application Support/Sublime Text 3/Installed Packages/Vintageous.sublime-package", line 304, in run
  File "vi.core in /Users/me/Library/Application Support/Sublime Text 3/Installed Packages/Vintageous.sublime-package", line 49, in state
  File "state in /Users/me/Library/Application Support/Sublime Text 3/Installed Packages/Vintageous.sublime-package", line 180, in __init__
TypeError: 'NoneType' object is not callable

After restarting Sublime, Vintageous works again.