
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Michal Simek wrote:
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$| $".
Or just "%s/\s+$//" and be done with it...
- -Cory
- -- Cory T. Tusar Embedded Systems Engineer Videon Central, Inc. 2171 Sandy Drive State College, PA 16801 (814) 235-1111 x316 (814) 235-1118 fax
"There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies, and the other way is to make it so complicated that there are no obvious deficiencies." --Sir Charles Anthony Richard Hoare