warmdev / SublimeOutline

Outline view for Sublime Text 3
MIT License
66 stars 23 forks source link

Console error on refresh of empty file #15

Closed TonyGravagno closed 2 years ago

TonyGravagno commented 6 years ago

This was caused by my change in #14. Open the console and then open a New File. An error displays:

ValueError: need more than 0 values to unpack

The fix is in outline.py, line 22, change to: if symlist and self.view.settings().get('outline_alphabetical'):

warmdev commented 2 years ago

Closing as issue has been fixed by pull request