
24 Jun
2007
24 Jun
'07
9:24 a.m.
On Sat, Jun 23, 2007 at 02:34:16PM +0200, Wolfgang Denk wrote:
vi's "l" command shows this line as "+^I^I^I$", i. e. 3 trailing TABs.
and vim's "let c_space_errors=1" will show all such spacing errors in red (beware, some u-boot's files will really burn your eyes ;-))
Thanks.
Vim can find all trailing white spaces with commands "/\t$| $".
Best regards Michal Simek