From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Date: Sun, 24 Jun 2007 09:24:27 +0200 Subject: [U-Boot-Users] ROMFS References: <2563.4065-19092-1374891071-1182588014@seznam.cz><20070623123416.90547353B2C@atlas.denx.de> <20070623181830.GB7060@michl.2n.cz> Message-ID: <010501c7b630$b2feffd0$0500a8c0@monstrone> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > 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