I\'ve set the following options in .vimrc
set listchars=tab:▸\\ ,trail:· set list
And expected to see dots in those places where spaces are use
To highlight trailing whitespace characters:
:set hlsearch, then
:set hlsearch
/\s\+$