bronson / vim-trailing-whitespace

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

fix: when filetype is changed, reconsider excluded filetypes #24

Closed kaihowl closed 2 years ago

kaihowl commented 2 years ago

Some plugins, e.g., fzf-lua, only set the filetype after creating a new buffer. To exclude the later-set filetype correctly, rerun the setup.

bronson commented 2 years ago

Haven't seen it myself but that makes sense. Thanks!