SublimeText / TrailingSpaces

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

Don't highlight spaces while typing on a new line #5

Closed esad closed 11 years ago

esad commented 12 years ago

I love TrailingSpaces, but when I am writing new lines it always highlights the space as you type them (because logically, in that moment it's a trailing space). One fix would be to ignore current line.

MSch commented 12 years ago

Are you using Vintage?

esad commented 12 years ago

No. Is the behavior different when using Vintage?

MSch commented 12 years ago

Well vi hides the highlighting on the current line when in insert mode and I'm wondering if I should implement that too.

chikamichi commented 12 years ago

Hi. This is a good idea, and hopefully MSch's commit will fix it. I'll get back here asap.

kanitw commented 12 years ago

+1