On Sat, Sep 30, 2006 at 11:11:02AM EDT, Eddy Zhao wrote: > Hello all, > > I find a behaviour difference between windows gvim & linux gvim. > For text like below > > line 1 > line 2 > line 3 > > Following the sequence below > - move focus to first line first character > - v > - j > - j > - x > > On windows gvim, text remained is "line 3" > On linux gvim, text remained is "ine 3" > > How to make linux gvim behave like windows vim ("l" not cutted)?
Doesn't have to be "g"vim .. same behavior in plain console vim .. I have to do a Vjjx (instead of vjjx) so vim doesn't gobble up the "l" of "line 3". Wonder why. Thanks cga