March 18, 2013
Show trailing whitespace in Vim
Vim is a wonderful command line text editor with syntax highlighting and everything you could ask for provided you turn on the functionality. Recently i was shown that it was also show trailing whitespace with a quick addition to the .vimrc file.
All you need to do is add the following:
set list set listchars=tab:→\ ,trail:☃
Thanks to Sam for showing me this, Here is his full vimrc or a directory of all of his settings files. Have a browse!