SublimeText / TrailingSpaces

Highlight trailing spaces and delete them in a flash.
MIT License
896 stars 94 forks source link

Fix crash on trying to index selection when there is no regions #131

Closed rchl closed 4 years ago

rchl commented 4 years ago

In some cases view.sel() is an empty list so don't try to blindly access first region set.