replace number with zero-packed number

2007-05-08 Thread Luke Vanderfluit
Hi. I have a csv file that contains a field with a number, say 98. I need to zerofill the fields to be 6 digits. So any field that is say 98, should become 98. Is there an easy way to do this with search and replace? Thanks. Kind regards. -- Luke Vanderfluit Analyst / Web Programmer

Re: replace with a number sequence

2007-01-28 Thread Luke Vanderfluit
tly. Since I'm always learning new things in vim, I'd appreciate any instructive comment on your solution. The use of zs and ze is also interesting (-: Kind regards. Luke. -tim -- Luke Vanderfluit Analyst / Web Programmer e3Learning.com.au 08 8221 6422

Re: gvim start with alternate size (than 80X25)

2006-10-12 Thread Luke Vanderfluit
Hi Tony. Thanks for your reply. 13Oct2006 @ 04:23 A.J.Mechelynck thusly spake > Luke Vanderfluit wrote: > >Hi. > > > >I'm a great fan of vim and this is the best list! > > > >I'm programming java and use konqueror as an explorer. I have set > >ko

gvim start with alternate size (than 80X25)

2006-10-12 Thread Luke Vanderfluit
hange that. Can I pass some args to gvim on invocation? Thanks. Kind regards. Luke Vanderfluit -- ._.. .| .| |.|/.|_ . .|__.|_|.|\.|_ . :61 421 276 282:

vim integration with netbeans

2006-09-01 Thread Luke Vanderfluit
nd regards. Luke Vanderfluit. -- ._.. .| .| |.|/.|_ . .|__.|_|.|\.|_ . :61 421 276 282:

Re: [unclassified] Re: use '/' to find both upper and lower case instances

2006-08-17 Thread Luke Vanderfluit
Hi. 17Aug2006 @ 20:53 Dimitriy V. Masterov thusly spake > Luke, > > Have you tried using :set ignorecase before your search? Yes. And that worked. Thanks (-: Kind regards. Luke. > > DVM

Re: use '/' to find both upper and lower case instances

2006-08-17 Thread Luke Vanderfluit
Hi Luke. 18Aug2006 @ 10:14 Luke Vanderfluit thusly spake > Hi. > > I have a need to use '/' to find something in a file, but I wish it to ignore > case. > > So say I'm looking for 'foo' then I want to find all instances for 'foo' and &g

use '/' to find both upper and lower case instances

2006-08-17 Thread Luke Vanderfluit
Hi. I have a need to use '/' to find something in a file, but I wish it to ignore case. So say I'm looking for 'foo' then I want to find all instances for 'foo' and 'FOO' Thanks. Kind regards. Luke