SublimeText / TrailingSpaces

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

trim_trailing_white_space_on_save:true invalidates undo action (ctrl+y) #99

Open alvarotrigo opened 8 years ago

alvarotrigo commented 8 years ago

Using trim_trailing_white_space_on_save:true will invalidate the redo action (CTRL + Y) after saving.

Reported here and here.

Can cause some people to lose big amount of code when doing multiple ctrl+z.