SublimeText / TrailingSpaces

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

Fix ignoring trailing spaces on current line with multiple cursors #137

Closed rchl closed 4 years ago

rchl commented 4 years ago

Pass all selection regions to view_find_all_in_regions and match trailing spaces in the so that we can exclude them all when trailing_spaces_include_current_line is false.

Also renamed some variables for clarity and use more concise code.

Resolves #111