bronson / vim-trailing-whitespace

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

Change whitespace highlighting event to BufRead #10

Closed lucerion closed 9 years ago

lucerion commented 9 years ago

This PR change whitespace highlighting event from BufWinEnter to BufRead because g:extra_whitespace_ignored_filetypes option not applied to opened buffers.

bronson commented 9 years ago

Looks good, thanks @lucerion