guillermooo / Vintageous

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

`>3>` results in a traceback #1009

Closed alecthomas closed 9 years ago

alecthomas commented 9 years ago

Whenever I do >3> (or any number of lines) I get the following traceback (and it doesn't indent). FWIW <3< does not result in this issue.

Traceback (most recent call last):
  File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 550, in run_
    return self.run(edit, **args)
  File "xactions in /Users/alec/Dropbox/Apps/sublime3/Installed Packages/Vintageous.sublime-package", line 1702, in run
  File "vi.utils in /Users/alec/Dropbox/Apps/sublime3/Installed Packages/Vintageous.sublime-package", line 151, in regions_transformer
  File "xactions in /Users/alec/Dropbox/Apps/sublime3/Installed Packages/Vintageous.sublime-package", line 1689, in f
AttributeError: 'module' object has no attribute 'get'