http://vim.wikia.com/wiki/VimTip396
precondition: set hlsearch
" Show all tabs:
/
" Show trailing whitespace:
/s+$
" Show trailing whitespace only after some text (ignores blank lines):
/Szss+$
" Show spaces before a tab:
/ +ze
http://vim.wikia.com/wiki/VimTip396
precondition: set hlsearch
" Show all tabs:
/
" Show trailing whitespace:
/s+$
" Show trailing whitespace only after some text (ignores blank lines):
/Szss+$
" Show spaces before a tab:
/ +ze