On Mon, Nov 30, 2015 at 10:14:40AM +0000, Stuart Henderson wrote:
> On 2015/11/29 21:21, Remi Locherer wrote:
> > Removed in the new diff. How do you spot these?
> 
> Depends on your editor - http://vim.wikia.com/wiki/Highlight_unwanted_spaces
> is one option.

Indeed. I just have vim highlight trailing space:
:highlight ExtraWhitespace ctermbg=red guibg=red
:match ExtraWhitespace /\s\+$/

Then I use this to detect long lines:
set colorcolumn=80

You could also use ':set list'.

> ok with me.

Will commit soon.

-- 
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk

Reply via email to