vim-bad-whitespace
vim-bad-whitespace copied to clipboard
Highlights whitespace at the end of lines, only in modifiable buffers
Empty blank lines at the end of files are another annoyance that should be highlighted. I will have to figure out how to do this in Vim, since an empty...
The highlighting of the +/- column was bothering me to the point where I turned it off completely. You often see patches when using vim-fugitive. So this will allow you...
There should be a way to configure vim-bad-whitespace to highlight tab characters, based on some sort of per-filetype whitelist/blacklist config variables, and also whitelist/blacklist filename pattern config variables.