emmetio / sublime-tern

TernJS plugin for Sublime Text
222 stars 13 forks source link

rename variable bug #8

Closed jfromaniello closed 11 years ago

jfromaniello commented 11 years ago

Whenever i try to rename a variable I get this:

Traceback (most recent call last):
  File "./sublime_plugin.py", line 362, in run_
  File "./tern.py", line 502, in run
    view.sel().add_all(regions)
Boost.Python.ArgumentError: Python argument types in
    RegionSet.add_all(RegionSet, list)
did not match C++ signature:
    add_all(SelectionSet {lvalue}, SelectionSet)
sergeche commented 11 years ago

Should be fixed by recent commit.