Re: first character cutted when v,j,x

2006-10-01 Thread cga2000
On Sat, Sep 30, 2006 at 08:35:04PM EDT, A.J.Mechelynck wrote: cga2000 wrote: [..] What you highlighted includes the cursor Misuse of v was the issue and explains why Vim thus behaves. Since v is per character visual mode .. vjj does not make much sense in the first place .. using the

Re: first character cutted when v,j,x

2006-10-01 Thread A.J.Mechelynck
cga2000 wrote: [...] .. sounds fishy .. in a cell terminal how could a character be between characters.. except by being invisible? :-) [...] Windows, even more than modern Unixes (those with X11), is GUI-oriented. On Windows, IIUC, only old Dos hands like me, hackers, and Unix users ever

Re: first character cutted when v,j,x

2006-10-01 Thread cga2000
On Sun, Oct 01, 2006 at 09:33:37AM EDT, A.J.Mechelynck wrote: cga2000 wrote: [...] .. sounds fishy .. in a cell terminal how could a character be between characters.. except by being invisible? :-) [...] Windows, even more than modern Unixes (those with X11), is GUI-oriented. On

Re: first character cutted when v,j,x

2006-09-30 Thread cga2000
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,

Re: first character cutted when v,j,x

2006-09-30 Thread Dasn
On Sat, Sep 30, 2006 at 11:11:02PM +0800, 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

Re: first character cutted when v,j,x

2006-09-30 Thread cga2000
On Sat, Sep 30, 2006 at 06:03:28PM EDT, Dasn wrote: [..] How to make linux gvim behave like windows vim (l not cutted)? Take a look at your 'selection', it should be 'exclusive' on your windows platform. For more info: :h :behave :h 'selection' Could you explain further? After

Re: first character cutted when v,j,x

2006-09-30 Thread A.J.Mechelynck
cga2000 wrote: On Sat, Sep 30, 2006 at 06:03:28PM EDT, Dasn wrote: [..] How to make linux gvim behave like windows vim (l not cutted)? Take a look at your 'selection', it should be 'exclusive' on your windows platform. For more info: :h :behave :h 'selection' Could you explain further?

Re: first character cutted when v,j,x

2006-09-30 Thread Eddy Zhao
Hi all, The problem is solved as Dasn indicated, by put set selection=exclusive setting in vimrc. (using V instead of v also works in my original mentioned case) Thanks everybody! Eddy 2006/10/1, A.J.Mechelynck [EMAIL PROTECTED]: cga2000 wrote: On Sat, Sep 30, 2006 at 06:03:28PM EDT,