yulanggong / IncrementSelection

Add a number to each selection in Sublime Text, incremented once per selection
MIT License
113 stars 10 forks source link

IndexError: string index out of range #1

Closed KristerV closed 10 years ago

KristerV commented 10 years ago

Ran this on my ST3, got error:

Traceback (most recent call last):
  File "/opt/sublime_text_3/sublime_plugin.py", line 549, in run_
    return self.run(edit)
  File "IncrementSelection in /home/krister/.config/sublime-text-3/Installed Packages/Increment Selection.sublime-package", line 16, in run
IndexError: string index out of range
KristerV commented 10 years ago

ahh, lovely - works. However it seems to be missing from the Package Manager, sublime can't find it (website can).