SublimeText / TrailingSpaces

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

Run async versions of all listeners #139

Closed rchl closed 4 years ago

rchl commented 4 years ago

Matching trailing space was done synchronously on file modification, activation, and cursor movements but asynchronously after that from an interval. Now we do matching asynchronously in all cases.