Re: [PATCH 1/4] Blackfin: arch patch for 2.6.18

From: Robin Getz
Date: Wed Sep 27 2006 - 18:56:40 EST


Jörn told me:
On Wed, 27 September 2006 13:47:16 -0400, Robin Getz wrote:
>
> Does anyone have a script that identifies white space problems?
If you use vim:
highlight RedundantSpaces ctermbg=red guibg=red
match RedundantSpaces /\s\+$\| \+\ze\t/

which lead me to:
http://www.vim.org/tips/tip.php?tip_id=1040
and
http://www.vim.org/tips/tip.php?tip_id=811

When you know what to search for - things are much easier to find...

Thanks for the pointer.

-Robin -
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/