Re: Kind of "filler"-function available?

2009-11-17 Thread Benoit Mortgat
On Wed, Nov 18, 2009 at 04:53, wrote: > > > Is there a mechanism available, which fills automagically the missing > > > space with " " when doing a cf or cw with a shorter word as the > > > replacement or (other situation) "eats up" space, when replaceing is > > > done with a longer word as in >

Re: Kind of "filler"-function available?

2009-11-17 Thread meino . cramer
Gary Johnson [09-11-18 01:52]: > > On 2009-11-18, meino.cra...@gmx.de wrote: > > Hi, > > > > while editing C/C++-source I often came into the following situation: > > > > This is the "original" code > > > > a_pulses = times * proportional_x ; > > b_pulses = times * proportiona

Re: Kind of "filler"-function available?

2009-11-17 Thread Gary Johnson
On 2009-11-18, meino.cra...@gmx.de wrote: > Hi, > > while editing C/C++-source I often came into the following situation: > > This is the "original" code > > a_pulses = times * proportional_x ; > b_pulses = times * proportional_y ; > c_pulses = times * proportional_z

Kind of "filler"-function available?

2009-11-17 Thread meino . cramer
Hi, while editing C/C++-source I often came into the following situation: This is the "original" code a_pulses = times * proportional_x ; b_pulses = times * proportional_y ; c_pulses = times * proportional_z ; ...then I see, that the last line must be correc