guillermooo / Vintageous

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

`>>` results in a traceback #1016

Open bangedorrunt opened 8 years ago

bangedorrunt commented 8 years ago

Hi @guillermooo,

I got this traceback while using vim indent with >>:

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/babygau/Library/Application Support/Sublime Text 3/Installed Packages/Vintageous.sublime-package", line 1702, in run
  File "vi.utils in /Users/babygau/Library/Application Support/Sublime Text 3/Installed Packages/Vintageous.sublime-package", line 151, in regions_transformer
  File "xactions in /Users/babygau/Library/Application Support/Sublime Text 3/Installed Packages/Vintageous.sublime-package", line 1689, in f
AttributeError: 'module' object has no attribute 'get'
bangedorrunt commented 8 years ago

I think the issue would be related to this #1009