bronson / vim-trailing-whitespace

Highlights trailing whitespace in red and provides :FixWhitespace to fix it.
452 stars 62 forks source link

FixWhitespace will mess up the indentation of my Coffeescript #11

Closed joallard closed 9 years ago

joallard commented 9 years ago

Repro: Just call it on a regular Coffee file

bronson commented 9 years ago

I suddenly find myself with a bunch of coffescript on my hard drive so I tried to repro this.

I tried it on the six files beginning with d in src... Worked fine. Can you supply a case where it fails?

joallard commented 9 years ago

If I take eg. decoration.coffee, I get a totally different file. Do you have a special Coffeescript indenter or something? Maybe that's the issue

joallard commented 9 years ago

Looks like updating my vim-coffee-script did it. Don't know what I was thinking submitting a bug here. Anyway, thanks!